wush: 0.4.0 -> 0.4.1 (#371671)

This commit is contained in:
Nick Cao
2025-01-07 10:03:14 -05:00
committed by GitHub
+3 -3
View File
@@ -4,7 +4,7 @@
lib,
}:
let
version = "0.4.0";
version = "0.4.1";
in
buildGoModule {
pname = "wush";
@@ -14,10 +14,10 @@ buildGoModule {
owner = "coder";
repo = "wush";
rev = "v${version}";
hash = "sha256-0yICcexo5OZ7iNuZaKzWcWjZ34dY24GPosXIz9WlbK8=";
hash = "sha256-K83peIfr1+OHuuq6gdgco0RhfF1tAAewb4pxNT6vV+w=";
};
vendorHash = "sha256-LVqj27e2OcF+XBb6glTV5Zrw3W/vbtG7D7TmjcMQcnw=";
vendorHash = "sha256-3/DDtqVj7NNoJlNmKC+Q+XGS182E9OYkKMZ/2viANNQ=";
ldflags = [
"-s -w -X main.version=${version}"