Unverified Commit 8a2b99e1 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

zmusic: 1.1.14 -> 1.3.0 (#449100)

parents 7bc15a75 792017a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "zmusic";
  version = "1.1.14";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "ZDoom";
    repo = "ZMusic";
    rev = version;
    hash = "sha256-rEE3MZLwqnvn5MqbSTCErbsGRjKMK8cC3wTJxtf8WaU=";
    hash = "sha256-Lg0DN5p2xDB4j+kxa/TxM27rC+GPMK8kaPLajNDMvBg=";
  };

  outputs = [