Commit 1ad7b8d1 authored by R. RyanTM's avatar R. RyanTM
Browse files

zxtune: 5080 -> 5081

parent 5330b2a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ let
    ++ lib.optional withQt (if (supportWayland) then qt5.qtwayland else qt5.qtbase);
in stdenv.mkDerivation rec {
  pname = "zxtune";
  version = "5080";
  version = "5081";

  outputs = [ "out" ];

@@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
    owner = "zxtune";
    repo = "zxtune";
    rev = "r${version}";
    hash = "sha256-It+CTDuh6Bxbac4KqFc7MmOXpkEhqSyiPs81Z3T1wyc=";
    hash = "sha256-gim73TF+zBnyxq2qu4uJnr0bCBfWlyYT/75UaZnij8c=";
  };

  passthru.updateScript = nix-update-script {