tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sub-batch: 0.4.0 -> 0.4.1
Kerstin Humm
4 years ago
69616b86
c447f6ee
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
sub-batch
default.nix
+3
-3
pkgs/applications/video/sub-batch/default.nix
···
8
9
rustPlatform.buildRustPackage rec {
10
pname = "sub-batch";
11
-
version = "0.4.0";
12
13
src = fetchFromGitHub {
14
owner = "kl";
15
repo = pname;
16
rev = "v${version}";
17
-
sha256 = "sha256-5fDnSmnnVB1RGrNrnmp40OGFF+OAhppnhOjVgnYxXr0=";
18
};
19
20
-
cargoSha256 = "sha256-+ufa4Cgue8o9CTB3JDcQ38SlUq8PcRDyj+qNSAFpTas=";
21
22
nativeBuildInputs = [ makeWrapper ];
23
···
8
9
rustPlatform.buildRustPackage rec {
10
pname = "sub-batch";
11
+
version = "0.4.1";
12
13
src = fetchFromGitHub {
14
owner = "kl";
15
repo = pname;
16
rev = "v${version}";
17
+
sha256 = "sha256-WUW+lOGbZ82NJxmW+Ogxslf3COOp62aZ/08Yn26l4T0=";
18
};
19
20
+
cargoSha256 = "sha256-m9nBubmuuOcJyegmYGJizY/2b7oamBHKFNIaxOtikcA=";
21
22
nativeBuildInputs = [ makeWrapper ];
23