Merge pull request #324289 from chayleaf/techmino

techmino: 0.17.16 -> 0.17.17
This commit is contained in:
Nick Cao 2024-07-04 13:42:16 -04:00 committed by GitHub
commit baed77bcdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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