gh-actions-cache: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm 2023-10-31 13:34:42 +00:00
parent 04ba740f89
commit a87f9d01b7

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gh-actions-cache";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "actions";
repo = "gh-actions-cache";
rev = "v${version}";
hash = "sha256-5iCj6z4HCMVFeplb3dGP/V60z6zMUnUPVBMnPi4yU1Q=";
hash = "sha256-GVha3xxLTBTiKfAjGb2q9btsGYzWQivGLyZ4Gg0s/N0=";
};
vendorHash = "sha256-i9akQ0IjH9NItjYvMWLiGnFQrfZhA7SOvPZiUvdtDrk=";
vendorHash = "sha256-4/Zt+ga3abEPtR0FjWIsDpOiG1bfVtVuLuXP8aHbzqk=";
ldflags = [
"-s"