rcon-cli: 1.7.0 -> 1.7.1 (#420210)

Co-authored-by: link00000000 <logan@accidentallycoded.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-27 20:43:50 +00:00
committed by GitHub
co-authored by link00000000
+3 -3
View File
@@ -6,16 +6,16 @@
}:
buildGoModule (finalAttrs: {
pname = "rcon-cli";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "itzg";
repo = "rcon-cli";
tag = finalAttrs.version;
hash = "sha256-1dexjVfbqTzq9RLhVPn0gRcdJTa/AFj8BiQLoD0/L5c=";
hash = "sha256-72wlcQ57OuFS8CWIDMavdFGy5jWlBbzIjgdqeP7fbg0=";
};
vendorHash = "sha256-xq1Z6cgUqXXVzc/j54Nul6xAXa5gKh3NeenQoMW+Xpg=";
vendorHash = "sha256-RX3tCZID9xS4zHQYGyAarmI2jbUwZEFWzo0lh7h3f1s=";
subPackages = [ "." ];
passthru.updateScript = nix-update-script { };