redo-sh: 4.0.6 -> 4.0.7

This commit is contained in:
sternenseemann
2025-12-28 10:56:12 +01:00
parent 1e5b77c4d4
commit d6530f8baf
+3 -3
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation {
pname = "redo-sh";
version = "4.0.6";
version = "4.0.7";
src = fetchurl {
url = "https://web.archive.org/web/20250225235353/http://news.dieweltistgarnichtso.net/bin/archives/redo-sh.tar.gz";
hash = "sha256-pDhCnMelCXK/Pp3jPXZog7HLBTgrsCvX4LAVapYvxl8=";
url = "https://web.archive.org/web/20251228095310/http://news.dieweltistgarnichtso.net/bin/archives/redo-sh.tar.gz";
hash = "sha256-h9C/8ti8TBRM66OLYOk+TotwmDCIZBRvJ0tJKdYAwaQ=";
};
nativeBuildInputs = [ makeWrapper ];