Skip to content

Commit 3e9014d

Browse files
authored
papi: 7.0.1 -> 7.1.0 (#404624)
2 parents a355c06 + bbf2164 commit 3e9014d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pkgs/by-name/pa/papi/package.nix

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
fetchurl,
55
}:
66

7-
stdenv.mkDerivation rec {
8-
version = "7.0.1";
7+
stdenv.mkDerivation (finalAttrs: {
8+
version = "7.1.0";
99
pname = "papi";
1010

1111
src = fetchurl {
12-
url = "https://bitbucket.org/icl/papi/get/papi-${
13-
lib.replaceStrings [ "." ] [ "-" ] version
14-
}-t.tar.gz";
15-
sha256 = "sha256-VajhmPW8sEJksfhLjBVlpBH7+AZr4fwKZPAtZxRF1Bk=";
12+
url = "http://icl.utk.edu/projects/papi/downloads/papi-${finalAttrs.version}.tar.gz";
13+
sha256 = "sha256-WBivttuj7OV/UeZYl9tQYvjjRk5u0pS2VOvzTDmRvE8=";
1614
};
1715

1816
setSourceRoot = ''
@@ -32,4 +30,4 @@ stdenv.mkDerivation rec {
3230
zhaofengli
3331
];
3432
};
35-
}
33+
})

0 commit comments

Comments
 (0)