Merge pull request #319016 from r-ryantm/auto-update/gwe

gwe: 0.15.7 -> 0.15.9
This commit is contained in:
Nick Cao
2024-06-12 16:26:27 -04:00
committed by GitHub
+2 -2
View File
@@ -32,13 +32,13 @@ let
]);
in stdenv.mkDerivation rec {
pname = "gwe";
version = "0.15.7";
version = "0.15.9";
src = fetchFromGitLab {
owner = "leinardi";
repo = pname;
rev = version;
sha256 = "sha256-0/VQD3WuSMShsPjydOxVEufBZqVOCTFO3UbJpsy+oLE=";
sha256 = "sha256-agq967QN1nsAOn+1Ce64+id7UlSS/K3XGsUUihWOztk=";
};
prePatch = ''