summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-08 22:34:03 -0500
committerGitHub <noreply@github.com>2023-01-08 22:34:03 -0500
commit10052624fcec63620040857e94d5304c94cfdb5b (patch)
treed21b200590edbfdea5d8c110f04caed5f881c89e /pkgs
parenta0f46a96b44a0f4022ca43de5402c04d3d4ef913 (diff)
parentf3a396db6d481ef718bb118228cee50e1393a4f1 (diff)
Merge pull request #209802 from r-ryantm/auto-update/retry
retry: 1.0.4 -> 1.0.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/retry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/retry/default.nix b/pkgs/tools/system/retry/default.nix
index 2dcd1aa37660..34d4bbb13960 100644
--- a/pkgs/tools/system/retry/default.nix
+++ b/pkgs/tools/system/retry/default.nix
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "retry";
- version = "1.0.4";
+ version = "1.0.5";
src = fetchFromGitHub {
owner = "minfrin";
repo = "retry";
rev = "${pname}-${version}";
- hash = "sha256-C6PYt5NjDT4w1yuWnw1+Z/L3j1S5zwTGsI44yrMnPUs=";
+ hash = "sha256-5H2MnnThi4rT/o3oTkGDKXStQwob4G9mMsZewItPub4=";
};
nativeBuildInputs = [ autoreconfHook txt2man which ];