redo: 1.4 -> 1.5

This commit is contained in:
Acid Bong
2026-06-24 18:28:23 +03:00
parent b28538e3ec
commit f627991320
+3 -3
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation {
pname = "redo";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "jdebp";
repo = "redo";
rev = "91f5462339ef6373f9ac80902cfae2b614e2902b";
hash = "sha256-cA8UN4aQnJ8VyMW3mDOIPna4Ucw1kp8CirZTDhSoCpU=";
rev = "fb5088e1cc588134fd653809be038a4dbffe8f74";
hash = "sha256-QFdTpSF0IdqkBtL0SRmKS9OetEk2UNeJlotw8IwMx48=";
};
nativeBuildInputs = [