Skip to content

Commit

Permalink
expr: 1.15.8 -> 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent 06570e5 commit 1e5b96b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/expr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

buildGoModule rec {
pname = "expr";
version = "1.15.8";
version = "1.16.0";

src = fetchFromGitHub {
owner = "antonmedv";
repo = "expr";
rev = "v${version}";
hash = "sha256-leZEP6RJv136z/bNc1S74tw+JQ3QD7NCMbo/Wo7q0ek=";
hash = "sha256-GLh4NayAbqGXI0Ekkk3lXCRwpLwGLbJIo7WjDfpKDhI=";
};

sourceRoot = "${src.name}/repl";

vendorHash = "sha256-Rs2tlno0vJo8FSdnnk3cxQCCxdByQD1jRzmePzMMfvs=";
vendorHash = "sha256-42kFO7kXIdqVrp2FQGELZ90OUobOp4zbdo533vresIw=";

ldflags = [ "-s" "-w" ];

Expand Down

0 comments on commit 1e5b96b

Please sign in to comment.