Skip to content

Commit 396ba2d

Browse files
r-ryantmzowoq
authored andcommitted
rootlesskit: 1.0.1 -> 1.1.0
1 parent ebf34bd commit 396ba2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/virtualization/rootlesskit/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "rootlesskit";
5-
version = "1.0.1";
5+
version = "1.1.0";
66

77
src = fetchFromGitHub {
88
owner = "rootless-containers";
99
repo = "rootlesskit";
1010
rev = "v${version}";
11-
hash = "sha256-wdg3pYsWHAEzQHy5LZYp0q9sOn7dmtcwOn94/0wYDa0=";
11+
hash = "sha256-pIxjesfkHWc7kz4knHxLnzopxO26dBAd/3+wVQ19oiI=";
1212
};
1313

14-
vendorSha256 = "sha256-OKqF9EutZP+6CFtANpNt21hGsz6GxuXcoaEqPKnoqeo=";
14+
vendorSha256 = "sha256-ILGUJsfG60qVu1RWoe8gwjVDfhPoAVZck0CVORgN2y0=";
1515

1616
passthru = {
1717
updateScript = nix-update-script { attrPath = pname; };

0 commit comments

Comments
 (0)