Merge pull request #254768 from figsoda/expr

expr: 1.15.1 -> 1.15.2
This commit is contained in:
Nick Cao 2023-09-12 14:23:34 -04:00 committed by GitHub
commit e241729cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "expr";
version = "1.15.1";
version = "1.15.2";
src = fetchFromGitHub {
owner = "antonmedv";
repo = "expr";
rev = "v${version}";
hash = "sha256-ILa+PG2UU/qgLvcsEoC0rHIeQvKRMUfW60AT6wjApZg=";
hash = "sha256-cPgVpoixZKFVquT2XehVn+j288HWuWKeGeAaTKfoQs4=";
};
sourceRoot = "${src.name}/repl";
vendorHash = "sha256-jdf3MPix+nDr2X6se4I8SNMUCd/Ndr9PvJZgJEk+cL4=";
vendorHash = "sha256-bmWaSemyihr/zTQ1BE/dzCrCYdOWGzs3W3+kwrV5N0U=";
ldflags = [ "-s" "-w" ];