gerbolyze: 3.1.8 -> 3.1.9

This commit is contained in:
Wulfsta
2024-07-06 00:04:01 -04:00
parent 1c9d41d25b
commit 01c1caa8a7
+2 -2
View File
@@ -7,12 +7,12 @@
}:
let
version = "3.1.8";
version = "3.1.9";
src = fetchFromGitHub {
owner = "jaseg";
repo = "gerbolyze";
rev = "v${version}";
hash = "sha256-uF06aU9zT7LjYHreQ8aFQKn/wAesS31LvzHBgD50LfQ=";
hash = "sha256-bisLln3Y239HuJt0MkrCU+6vLLbEDxfTjEJMkcbE/wE=";
fetchSubmodules = true;
};