nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

rootlesskit: 1.1.0 -> 1.1.1

+3 -3
+3 -3
pkgs/tools/virtualization/rootlesskit/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "rootlesskit"; 5 - version = "1.1.0"; 5 + version = "1.1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rootless-containers"; 9 9 repo = "rootlesskit"; 10 10 rev = "v${version}"; 11 - hash = "sha256-pIxjesfkHWc7kz4knHxLnzopxO26dBAd/3+wVQ19oiI="; 11 + hash = "sha256-QjGjP7GiJiP2bJE707Oc4wZ9o/gRmSboK9xGbbyG5EM="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-ILGUJsfG60qVu1RWoe8gwjVDfhPoAVZck0CVORgN2y0="; 14 + vendorSha256 = "sha256-mNuj4/e1qH3P5MfbwPLddXWhc8aDcQuoSSHZ+S+zKWw="; 15 15 16 16 passthru = { 17 17 updateScript = nix-update-script { };