zmusic: 1.1.14 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-10-06 11:15:52 +00:00
parent 0bcf98ab2f
commit 792017a982

View File

@@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zmusic"; pname = "zmusic";
version = "1.1.14"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ZDoom"; owner = "ZDoom";
repo = "ZMusic"; repo = "ZMusic";
rev = version; rev = version;
hash = "sha256-rEE3MZLwqnvn5MqbSTCErbsGRjKMK8cC3wTJxtf8WaU="; hash = "sha256-Lg0DN5p2xDB4j+kxa/TxM27rC+GPMK8kaPLajNDMvBg=";
}; };
outputs = [ outputs = [