techmino: 0.17.17 -> 0.17.21

This commit is contained in:
chayleaf 2024-08-08 17:56:08 +00:00
parent aed489629d
commit 9c984efbec
No known key found for this signature in database
GPG Key ID: 78171AD46227E68E

View File

@ -33,11 +33,11 @@ in
stdenv.mkDerivation rec {
inherit pname;
version = "0.17.17";
version = "0.17.21";
src = fetchurl {
url = "https://github.com/26F-Studio/Techmino/releases/download/v${version}/Techmino_Bare.love";
hash = "sha256-ExVdS2QXSRVMlRhrjD/Plo7fhQ3uUBHlwv6y91/S3uA=";
hash = "sha256-8gMIyNP1FS52LnbpQ+G9XNtK3rQruzkMDRz7Gk9LZcQ=";
};
nativeBuildInputs = [ makeWrapper ];