updatecli: 0.76.0 -> 0.76.1

This commit is contained in:
R. Ryantm 2024-05-06 02:25:40 +00:00
parent 48705e5f4d
commit ed138a0306

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "updatecli";
version = "0.76.0";
version = "0.76.1";
src = fetchFromGitHub {
owner = "updatecli";
repo = pname;
rev = "v${version}";
hash = "sha256-UfiwagyE3w+kcPJnDDNTCGrxghnag/RPz6SSdAglyYA=";
hash = "sha256-C+PWuFjTxmD+/qUsuJDueNrhFXKqu0PZnLPlQ3KJQlE=";
};
vendorHash = "sha256-STiVtzA78zeo5wywwzvA0dqmBW3REUvcpOXuWjpxReY=";