We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf34bd commit 396ba2dCopy full SHA for 396ba2d
pkgs/tools/virtualization/rootlesskit/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "rootlesskit";
5
- version = "1.0.1";
+ version = "1.1.0";
6
7
src = fetchFromGitHub {
8
owner = "rootless-containers";
9
repo = "rootlesskit";
10
rev = "v${version}";
11
- hash = "sha256-wdg3pYsWHAEzQHy5LZYp0q9sOn7dmtcwOn94/0wYDa0=";
+ hash = "sha256-pIxjesfkHWc7kz4knHxLnzopxO26dBAd/3+wVQ19oiI=";
12
};
13
14
- vendorSha256 = "sha256-OKqF9EutZP+6CFtANpNt21hGsz6GxuXcoaEqPKnoqeo=";
+ vendorSha256 = "sha256-ILGUJsfG60qVu1RWoe8gwjVDfhPoAVZck0CVORgN2y0=";
15
16
passthru = {
17
updateScript = nix-update-script { attrPath = pname; };
0 commit comments