Skip to content

Commit 41e97e2

Browse files
committed
cyanrip: 0.8.1 -> 0.9.0
1 parent 9952d6b commit 41e97e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/cyanrip/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}:
1313
stdenv.mkDerivation rec {
1414
pname = "cyanrip";
15-
version = "0.8.1";
15+
version = "0.9.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "cyanreg";
1919
repo = pname;
2020
rev = "v${version}";
21-
sha256 = "17bi2xhjv3f3i870whkyqckvjlg32wqkspash87zi0jw7m7jm229";
21+
sha256 = "sha256-gH/rWTRYX10Q2Y9oSaMu0bOy3SMbcSNmH3dkXHFAw90";
2222
};
2323

2424
nativeBuildInputs = [ meson ninja pkg-config ];

0 commit comments

Comments
 (0)