clevis: 20 -> 21

This commit is contained in:
R. Ryantm 2024-10-27 08:49:15 +00:00 committed by Weijia Wang
parent 79ed655a86
commit 965d43f204

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clevis";
version = "20";
version = "21";
src = fetchFromGitHub {
owner = "latchset";
repo = "clevis";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-rBdZrnHPzRd9vbyl1h/Nb0cFAtIPUHSmxVoKrKuCrQ8=";
hash = "sha256-2vDQP+yvH4v46fLEWG/37r5cYP3OeDfJz71cDHEGiUg=";
};
patches = [