nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

retry: 1.0.4 -> 1.0.5

+2 -2
+2 -2
pkgs/tools/system/retry/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "retry"; 11 - version = "1.0.4"; 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 - hash = "sha256-C6PYt5NjDT4w1yuWnw1+Z/L3j1S5zwTGsI44yrMnPUs="; 17 + hash = "sha256-5H2MnnThi4rT/o3oTkGDKXStQwob4G9mMsZewItPub4="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ autoreconfHook txt2man which ];