wush: 0.2.1 -> 0.3.0

This commit is contained in:
R. Ryantm 2024-10-04 08:47:48 +00:00
parent bc947f541a
commit 15a5319f95

View File

@ -4,7 +4,7 @@
lib, lib,
}: }:
let let
version = "0.2.1"; version = "0.3.0";
in in
buildGoModule { buildGoModule {
pname = "wush"; pname = "wush";
@ -14,10 +14,10 @@ buildGoModule {
owner = "coder"; owner = "coder";
repo = "wush"; repo = "wush";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-kxynXymCz3cLEeeINT72Xl8TOEAFyB4Z3y5WNtARnSI="; hash = "sha256-2mFe1p15HRyy86pw5LoBtiW9lKrw/N9V81/jkiT4jo4=";
}; };
vendorHash = "sha256-g3QqXII9nI5+wBa2YyTajz15Bx1F5/6PV9oNlbcZbe4="; vendorHash = "sha256-Po1DDKP9ekScRDGMjCXZr9HUUwFenQx3bzIZrNI+ctY=";
ldflags = [ ldflags = [
"-s -w -X main.version=${version}" "-s -w -X main.version=${version}"