diff options
| author | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2025-04-24 01:58:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-24 01:58:51 +0200 |
| commit | 7cb1374679a56c3967c8a20e97666f92626de99d (patch) | |
| tree | 28e7e39eb6b1dd858c66fa5fdcdae0a26010212f | |
| parent | drumkv1: 1.3.0 -> 1.3.1 (#396324) (diff) | |
| parent | samplv1: 1.3.0 -> 1.3.1 (diff) | |
| download | nixpkgs-7cb1374679a56c3967c8a20e97666f92626de99d.tar.gz | |
samplv1: 1.3.0 -> 1.3.1 (#396327)
| -rw-r--r-- | pkgs/applications/audio/samplv1/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/samplv1/default.nix b/pkgs/applications/audio/samplv1/default.nix index cbac2c3ee1d3..d47c5c25a189 100644 --- a/pkgs/applications/audio/samplv1/default.nix +++ b/pkgs/applications/audio/samplv1/default.nix @@ -18,11 +18,11 @@ stdenv.mkDerivation rec { pname = "samplv1"; - version = "1.3.0"; + version = "1.3.1"; src = fetchurl { url = "mirror://sourceforge/samplv1/samplv1-${version}.tar.gz"; - hash = "sha256-ZmRsiFDqJsG28FiFR/RbeXkeeLn2HBfImKQM5PaRF78="; + hash = "sha256-DcMtNGiMJ9YfTKZLns+3mBKHbkG3Ven3IJAU/qSDyh0="; }; nativeBuildInputs = [ |
