Skip to content

Commit 0db4552

Browse files
authored
clevis: 20 -> 21 (#351598)
2 parents 889e8c7 + 965d43f commit 0db4552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cl/clevis/package.nix

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

2323
stdenv.mkDerivation (finalAttrs: {
2424
pname = "clevis";
25-
version = "20";
25+
version = "21";
2626

2727
src = fetchFromGitHub {
2828
owner = "latchset";
2929
repo = "clevis";
3030
rev = "refs/tags/v${finalAttrs.version}";
31-
hash = "sha256-rBdZrnHPzRd9vbyl1h/Nb0cFAtIPUHSmxVoKrKuCrQ8=";
31+
hash = "sha256-2vDQP+yvH4v46fLEWG/37r5cYP3OeDfJz71cDHEGiUg=";
3232
};
3333

3434
patches = [

0 commit comments

Comments
 (0)