radcli: fix hash

This commit is contained in:
Lein Matsumaru
2026-04-11 22:32:32 +00:00
parent 0344acbd53
commit e70353bbcc
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "radcli";
repo = "radcli";
tag = finalAttrs.version;
hash = "sha256-PpPKNH9gDE9FewDCeBCog3p5C6FBBYBPVnhahVHYKnA=";
hash = "sha256-Q+rcNhYmQpEE5LYC/zvbh4RIxx2g9djuWmrSUdh00+c=";
};
postUnpack = ''