rootlesskit: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm
2022-11-17 14:09:17 +10:00
committed by zowoq
parent ebf34bdb53
commit 396ba2dd17
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "rootlesskit";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "rootless-containers";
repo = "rootlesskit";
rev = "v${version}";
hash = "sha256-wdg3pYsWHAEzQHy5LZYp0q9sOn7dmtcwOn94/0wYDa0=";
hash = "sha256-pIxjesfkHWc7kz4knHxLnzopxO26dBAd/3+wVQ19oiI=";
};
vendorSha256 = "sha256-OKqF9EutZP+6CFtANpNt21hGsz6GxuXcoaEqPKnoqeo=";
vendorSha256 = "sha256-ILGUJsfG60qVu1RWoe8gwjVDfhPoAVZck0CVORgN2y0=";
passthru = {
updateScript = nix-update-script { attrPath = pname; };