Unverified Commit 9938be83 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

snd: 25.2 -> 25.3 (#400704)

parents fdb5d1d5 8f8e30db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

stdenv.mkDerivation rec {
  pname = "snd";
  version = "25.2";
  version = "25.3";

  src = fetchurl {
    url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
    hash = "sha256-BPtovk1seGGz/hrIRP5SEjfBIi4trZoKMLJ1v8DE/Tk=";
    hash = "sha256-YZcMojm68CiyEH8shmoIH9Tl27RSV20q7UId7L9rhYM=";
  };

  nativeBuildInputs = [