famistudio: 4.1.1 -> 4.1.2

This commit is contained in:
R. Ryantm 2023-08-21 00:09:58 +00:00
parent 57d8f92a86
commit f232a99788

View File

@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "famistudio";
version = "4.1.1";
version = "4.1.2";
src = fetchzip {
url = "https://github.com/BleuBleu/FamiStudio/releases/download/${version}/FamiStudio${lib.strings.concatStrings (lib.splitVersion version)}-LinuxAMD64.zip";
stripRoot = false;
hash = "sha256-fRNjboCfymBhr7Eg5ENnO1fchX0oTdeaJJ0SC3BKTVI=";
hash = "sha256-zETivzQBkKOhsZryiwv3dDeXPO8CKWFfjERdPJXbj5U=";
};
strictDeps = true;