3
0
Fork 0
forked from mirrors/nixpkgs

famistudio: 4.0.1 -> 4.0.4

This commit is contained in:
R. Ryantm 2022-09-26 14:40:34 +00:00 committed by Bobby Rong
parent ca3446fb43
commit f27822dc42

View file

@ -10,12 +10,12 @@
stdenv.mkDerivation rec {
pname = "famistudio";
version = "4.0.1";
version = "4.0.4";
src = fetchzip {
url = "https://github.com/BleuBleu/FamiStudio/releases/download/${version}/FamiStudio${lib.strings.concatStrings (lib.splitVersion version)}-LinuxAMD64.zip";
stripRoot = false;
sha256 = "sha256-pAULW2aIaKiA61rARpL+hSoffnQO6hfqVpOcEMwD7oo=";
sha256 = "sha256-qdSldObfwC5J1b4tpHT9S/xxJ2StBTsPA80QS7bs2vo=";
};
nativeBuildInputs = [