tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
retry: 1.0.4 -> 1.0.5
R. Ryantm
3 years ago
f3a396db
4769274f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
system
retry
default.nix
+2
-2
pkgs/tools/system/retry/default.nix
reviewed
···
8
8
9
9
stdenv.mkDerivation rec {
10
10
pname = "retry";
11
11
-
version = "1.0.4";
11
11
+
version = "1.0.5";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "minfrin";
15
15
repo = "retry";
16
16
rev = "${pname}-${version}";
17
17
-
hash = "sha256-C6PYt5NjDT4w1yuWnw1+Z/L3j1S5zwTGsI44yrMnPUs=";
17
17
+
hash = "sha256-5H2MnnThi4rT/o3oTkGDKXStQwob4G9mMsZewItPub4=";
18
18
};
19
19
20
20
nativeBuildInputs = [ autoreconfHook txt2man which ];