Skip to content

Commit 0196c01

Browse files
authored
ncpamixer: 1.3.7 -> 1.3.9 (#384644)
1 parent f3fefcd commit 0196c01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/nc/ncpamixer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "ncpamixer";
15-
version = "1.3.7";
15+
version = "1.3.9";
1616

1717
src = fetchFromGitHub {
1818
owner = "fulhax";
1919
repo = "ncpamixer";
20-
rev = version;
21-
sha256 = "sha256-GJ2zSIxSnL53nFZ2aeGlVI7i4APt+aALVEhNP5RkpMc=";
20+
tag = version;
21+
hash = "sha256-uafjAaXtn97NNmRPxeHmbAaMeHIR/nrQKsTqDX5NRGU=";
2222
};
2323

2424
patches = [

0 commit comments

Comments
 (0)