retry: 1.0.5 -> 1.0.6 (#416964)

This commit is contained in:
Nick Cao
2025-06-16 16:49:26 -04:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "retry";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "minfrin";
repo = "retry";
rev = "${pname}-${version}";
hash = "sha256-5H2MnnThi4rT/o3oTkGDKXStQwob4G9mMsZewItPub4=";
hash = "sha256-26sSjz4UE7TVP66foVhDFTNNzdh/6OY6CaFS/544RQU=";
};
nativeBuildInputs = [