ncpamixer: 1.3.7 -> 1.3.9 (#384644)

This commit is contained in:
Josh
2025-02-24 04:24:50 +01:00
committed by GitHub
parent f3fefcd462
commit 0196c0175e
+3 -3
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ncpamixer";
version = "1.3.7";
version = "1.3.9";
src = fetchFromGitHub {
owner = "fulhax";
repo = "ncpamixer";
rev = version;
sha256 = "sha256-GJ2zSIxSnL53nFZ2aeGlVI7i4APt+aALVEhNP5RkpMc=";
tag = version;
hash = "sha256-uafjAaXtn97NNmRPxeHmbAaMeHIR/nrQKsTqDX5NRGU=";
};
patches = [