hare: 0.26.0 -> 0.26.0.1 (#516847)

This commit is contained in:
Nikolay Korotkiy
2026-05-05 19:30:57 +00:00
committed by GitHub
+2 -2
View File
@@ -80,7 +80,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "hare";
version = "0.26.0";
version = "0.26.0.1";
outputs = [
"out"
@@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "~sircmpwn";
repo = "hare";
tag = finalAttrs.version;
hash = "sha256-3NrhnbAR0VIyr7JkAsY8NIkW8AelPSphzIYu8QMgXsU=";
hash = "sha256-ypu3GXO2hTGg26l0+FUzEMK/+HiylJIWQxe9UbhKXz4=";
};
patches = [