Browse Source

nixpkgs/elvish: update carapace-bin 0.20.3 -> 0.23.0

Thomas Dy 2 years ago
parent
commit
efa4083169
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .config/nixpkgs/elvish/flake.nix

+ 3 - 3
.config/nixpkgs/elvish/flake.nix

@@ -13,13 +13,13 @@
         };
         buildGoModule rec {
           pname = "carapace-bin";
-          version = "0.20.3";
+          version = "0.23.0";
 
           src = fetchFromGitHub {
             owner = "rsteube";
             repo = "carapace-bin";
             rev = "v${version}";
-            hash = "sha256-oPTMStq8YOM+HWiWajbMJSxUuHowhMI3P0HR+Ns+CGI=";
+            hash = "sha256-5T2bw07bkhEmlJa8Qw+USreY3MtGRHIUVrHLJOMk824=";
           };
 
           ldflags = [ "-s" "-w" ];
@@ -32,7 +32,7 @@
             go generate ./...
           '';
 
-          vendorSha256 = "sha256-IrdJDezB8fs2ypACY7Kn7FBfuh+T63yuEr5FA1Erfxw=";
+          vendorSha256 = "sha256-s8U0ERAb/qLwen8ABfeZ21HLTgHWvHaYHazztSeP87c=";
         };
 
       packages.x86_64-linux.elvish =