Unverified Commit 9c984efb authored by chayleaf's avatar chayleaf
Browse files

techmino: 0.17.17 -> 0.17.21

parent aed48962
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];