guile-hoot: 0.5.0 -> 0.6.0

This commit is contained in:
Jinser Kafka
2025-01-23 12:25:55 +08:00
parent d0bb469917
commit 0e1121c174
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "guile-hoot";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitLab {
owner = "spritely";
repo = "guile-hoot";
rev = "v${version}";
hash = "sha256-n8u0xK2qDLGySxiYWH882/tkL8ggu3hivHn3qdDO9eI=";
hash = "sha256-xPU4uLyh3gd2ubyGednCqB3uzKrabhXQhs6vBc8z0ps=";
};
nativeBuildInputs = [