snd: 25.3 -> 25.4 (#411582)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:16:41 +00:00 committed by GitHub
commit 56872f850b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "snd";
version = "25.3";
version = "25.4";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
hash = "sha256-YZcMojm68CiyEH8shmoIH9Tl27RSV20q7UId7L9rhYM=";
hash = "sha256-lXcyeqLzd4a5HLm12Y6QMIzaFF3penyZri+yC2Iej4I=";
};
nativeBuildInputs = [