Merge pull request #324953 from Wulfsta/gerbolyze-3.1.9

gerbolyze: 3.1.8 -> 3.1.9
This commit is contained in:
Pol Dellaiera
2024-07-06 09:54:03 +02:00
committed by GitHub
+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;
};