elvish: 0.19.2 -> 0.20.0

This commit is contained in:
R. Ryantm 2024-02-12 04:01:40 +00:00 committed by Yaya
parent 348683682a
commit b3f1b0d4c2

View File

@ -6,7 +6,7 @@
let let
pname = "elvish"; pname = "elvish";
version = "0.19.2"; version = "0.20.0";
in in
buildGoModule { buildGoModule {
inherit pname version; inherit pname version;
@ -15,10 +15,10 @@ buildGoModule {
owner = "elves"; owner = "elves";
repo = "elvish"; repo = "elvish";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-eCPJXCgmMvrJ2yVqYgXHXJWb6Ec0sutc91LNs4yRBYk="; hash = "sha256-aaj2P1V31FnRehrUh+aqpPa8QwRrUezKwAa8WBa4X0w=";
}; };
vendorHash = "sha256-VMI20IP1jVkUK3rJm35szaFDfZGEEingUEL/xfVJ1cc="; vendorHash = "sha256-sgVGqpncV7Ylok5FRcV01a3MCX6UdZvTt3nfVh5L2so=";
subPackages = [ "cmd/elvish" ]; subPackages = [ "cmd/elvish" ];