Skip to content

Commit

Permalink
Merge pull request #172999 from wahjava/update-cinny
Browse files Browse the repository at this point in the history
cinny: 2.0.0 -> 2.0.2
  • Loading branch information
bobby285271 authored May 14, 2022
2 parents 75f280b + 33c3f83 commit eeab74c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ let
configOverrides = writeText "cinny-config-overrides.json" (builtins.toJSON conf);
in stdenv.mkDerivation rec {
pname = "cinny";
version = "2.0.0";
version = "2.0.2";

src = fetchurl {
url = "https://github.com/ajbura/cinny/releases/download/v${version}/cinny-v${version}.tar.gz";
sha256 = "sha256-tM3YA0GW8Z24gt8t9dOyr10GCINodAB0b4/gD7jfgOM=";
sha256 = "sha256-qVnNVJK/Y76cZTh8QNeSNHDxHA/Ekbt7X6mKYkYAPNU=";
};

installPhase = ''
Expand Down

0 comments on commit eeab74c

Please sign in to comment.