famistudio: 4.0.4 -> 4.0.6

This commit is contained in:
R. Ryantm 2022-12-22 13:17:00 +00:00 committed by Bobby Rong
parent d0a97737b0
commit fbe696daec

View File

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