Unverified Commit 61e3cb8f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

radcli: 1.4.0 -> 1.5.0 (#507222)

parents 0094ba1d 106ce746
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 = ''