Unverified Commit 0ffd1a64 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

csound: 6.18.1 -> 6.18.1-unstable-2024-07-02 (#370273)

parents 35a754c1 1331a19b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,15 +29,15 @@

stdenv.mkDerivation rec {
  pname = "csound";
  version = "6.18.1";
  version = "6.18.1-unstable-2024-07-02";

  hardeningDisable = [ "format" ];

  src = fetchFromGitHub {
    owner = "csound";
    repo = "csound";
    rev = version;
    sha256 = "sha256-O7s92N54+zIl07eIdK/puoSve/qJ3O01fTh0TP+VdZA=";
    rev = "2536da284dd70ec7272040cb0763f70ae57123c4";
    sha256 = "sha256-NDYltwmjBsX1DWCjy8/4cXMSl3/mK+HaQHSKUmRR9TI=";
  };

  cmakeFlags =