We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35a754c + 1331a19 commit 0ffd1a6Copy full SHA for 0ffd1a6
pkgs/applications/audio/csound/default.nix
@@ -29,15 +29,15 @@
29
30
stdenv.mkDerivation rec {
31
pname = "csound";
32
- version = "6.18.1";
+ version = "6.18.1-unstable-2024-07-02";
33
34
hardeningDisable = [ "format" ];
35
36
src = fetchFromGitHub {
37
owner = "csound";
38
repo = "csound";
39
- rev = version;
40
- sha256 = "sha256-O7s92N54+zIl07eIdK/puoSve/qJ3O01fTh0TP+VdZA=";
+ rev = "2536da284dd70ec7272040cb0763f70ae57123c4";
+ sha256 = "sha256-NDYltwmjBsX1DWCjy8/4cXMSl3/mK+HaQHSKUmRR9TI=";
41
};
42
43
cmakeFlags =
0 commit comments