about summary refs log tree commit diff
path: root/pkgs/shells/elvish
diff options
context:
space:
mode:
authorScott Reeves <327943+Cottser@users.noreply.github.com>2023-03-21 06:47:54 -0400
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-03-21 22:19:45 -0300
commit69ddafed7b30531d692280d46b7e9880cd1ab475 (patch)
treeb8a04e1de47abaf6fe67982a661ea19a85bb454f /pkgs/shells/elvish
parentb9dfd915f366c9e2ad7c782673bd2f0809822d0d (diff)
elvish: 0.18.0 -> 0.19.2
https://elv.sh/blog/0.19.1-release-notes.html

Packaging has changed and what was previously called a 'reproducible'
build is now called 'official' and these builds are generated using a
docker image: https://github.com/elves/elvish/blob/master/PACKAGING.md
Diffstat (limited to 'pkgs/shells/elvish')
-rw-r--r--pkgs/shells/elvish/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/shells/elvish/default.nix b/pkgs/shells/elvish/default.nix
index f0c5611e3b3ce..38ab7cb8dccee 100644
--- a/pkgs/shells/elvish/default.nix
+++ b/pkgs/shells/elvish/default.nix
@@ -2,20 +2,20 @@
 
 buildGoModule rec {
   pname = "elvish";
-  version = "0.18.0";
+  version = "0.19.2";
 
   subPackages = [ "cmd/elvish" ];
 
-  ldflags = [ "-s" "-w" "-X src.elv.sh/pkg/buildinfo.Version==${version}" "-X src.elv.sh/pkg/buildinfo.Reproducible=true" ];
+  ldflags = [ "-s" "-w" "-X src.elv.sh/pkg/buildinfo.Version==${version}" ];
 
   src = fetchFromGitHub {
     owner = "elves";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-AyTkJiNebpq17vdPluwJBztivezd+c1KAdWFTYYDIFE=";
+    sha256 = "sha256-eCPJXCgmMvrJ2yVqYgXHXJWb6Ec0sutc91LNs4yRBYk=";
   };
 
-  vendorSha256 = "sha256-iuklI7XEQUgZ2ObYRROxyiccZ1JkajK5OJA7hIcpRZQ=";
+  vendorSha256 = "sha256-VMI20IP1jVkUK3rJm35szaFDfZGEEingUEL/xfVJ1cc=";
 
   strictDeps = true;
   doCheck = false;
@@ -33,7 +33,6 @@ buildGoModule rec {
       }
 
       expect version ${version}
-      expect reproducible \$true
     "
 
     runHook postInstallCheck