Merge pull request #269000 from a-n-n-a-l-e-e/figma-update-hash

figma-linux: update src.hash
This commit is contained in:
Fabián Heredia Montiel 2023-11-22 06:03:10 +00:00 committed by GitHub
commit cc3e3b517d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb";
hash = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
hash = "sha256-WKL5RabTUD8xIOUoISyn26NXYrNImKZdjXnTYkXpfkE=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];