radcli: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm
2026-04-06 09:30:34 +00:00
parent e6c8eff62f
commit 106ce746b9
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "radcli";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "radcli";
repo = "radcli";
tag = finalAttrs.version;
hash = "sha256-YnZkFYTiU2VNKxuP+JTnH64XYTB/+imeMKN1mZN9VCQ=";
hash = "sha256-PpPKNH9gDE9FewDCeBCog3p5C6FBBYBPVnhahVHYKnA=";
};
postUnpack = ''