Merge pull request #318467 from fabaff/radcli-bump

radcli: 1.3.1 -> 1.4.0
This commit is contained in:
Fabian Affolter 2024-06-09 16:23:35 +02:00 committed by GitHub
commit ff50dda8e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "radcli";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "radcli";
repo = "radcli";
rev = "refs/tags/${version}";
hash = "sha256-KBgimvhuHvaVh9hxPr+CtibGWyscSi0KXk8S1/STk+Q=";
hash = "sha256-YnZkFYTiU2VNKxuP+JTnH64XYTB/+imeMKN1mZN9VCQ=";
};
postUnpack = ''