guile-hoot: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm
2026-02-28 10:56:53 +00:00
parent c3973168f4
commit 21299c82c8
+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 = [