Skip to content

Commit

Permalink
Merge pull request #82045 from r-ryantm/auto-update/hopper
Browse files Browse the repository at this point in the history
hopper: 4.5.19 -> 4.5.21
  • Loading branch information
ryantm committed Mar 9, 2020
2 parents 634ab6f + ef03ff7 commit e2920d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/hopper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
pname = "hopper";
version = "4.5.19";
version = "4.5.21";
rev = "v${lib.versions.major version}";

src = fetchurl {
url = "https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-${rev}-${version}-Linux.pkg.tar.xz";
sha256 = "1c9wbjwz5xn0skz2a1wpxyx78hhrm8vcbpzagsg4wwnyblap59db";
sha256 = "0s733n3hmzpsnrvfryq7kzsvwshd1y9fzm16a64gnii8cmfalrqc";
};

sourceRoot = ".";
Expand Down

0 comments on commit e2920d9

Please sign in to comment.