Commit 106ce746 authored by R. RyanTM's avatar R. RyanTM
Browse files

radcli: 1.4.0 -> 1.5.0

parent e6c8eff6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''