tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
samplv1: 1.3.1 -> 1.3.2
R. Ryantm
8 months ago
e76d6c1e
aeccbc77
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
samplv1
default.nix
+2
-2
pkgs/applications/audio/samplv1/default.nix
···
18
19
stdenv.mkDerivation rec {
20
pname = "samplv1";
21
-
version = "1.3.1";
22
23
src = fetchurl {
24
url = "mirror://sourceforge/samplv1/samplv1-${version}.tar.gz";
25
-
hash = "sha256-DcMtNGiMJ9YfTKZLns+3mBKHbkG3Ven3IJAU/qSDyh0=";
26
};
27
28
nativeBuildInputs = [
···
18
19
stdenv.mkDerivation rec {
20
pname = "samplv1";
21
+
version = "1.3.2";
22
23
src = fetchurl {
24
url = "mirror://sourceforge/samplv1/samplv1-${version}.tar.gz";
25
+
hash = "sha256-YCxt9RAP02uAigddA6HjBt2ryM6MyOtI3L2eLg0AhFg=";
26
};
27
28
nativeBuildInputs = [