guile-hoot: 0.7.0 -> 0.8.0 (#495162)

This commit is contained in:
Nikolay Korotkiy
2026-02-28 17:14:36 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "guile-hoot";
version = "0.7.0";
version = "0.8.0";
src = fetchFromCodeberg {
owner = "spritely";
repo = "hoot";
tag = "v${finalAttrs.version}";
hash = "sha256-mthEqyVsBrFhwz29VwatbFp4QgGmZ9sDoyTpRIEsOmI=";
hash = "sha256-b372dMUsDTa+hYrOwvj+/YcwVP52BCJxwSGRaqSSWZs=";
};
nativeBuildInputs = [