Merge pull request #268007 from figsoda/expr

expr: 1.15.3 -> 1.15.4
This commit is contained in:
Mario Rodas 2023-11-18 16:17:00 -05:00 committed by GitHub
commit bc3e1d1788
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.3";
version = "1.15.4";
src = fetchFromGitHub {
owner = "antonmedv";
repo = "expr";
rev = "v${version}";
hash = "sha256-r+XlcDvCQarzh8wO3NL87PJThnioeVC73OZdJ8kW4RM=";
hash = "sha256-x96I6HHhm3RIrlg1/KVCIbFkelazGt0H2nk8juUWjKg=";
};
sourceRoot = "${src.name}/repl";
vendorHash = "sha256-WxYqP8L64U5MAYG7XTpKrRW1aaqGB4hJr+e/RKdb1lU=";
vendorHash = "sha256-ZVB6P0WdjyDK9OlEgKjR3D3IVBkDbDx9bOpLC/H2JLs=";
ldflags = [ "-s" "-w" ];