mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
papi: 7.0.1 -> 7.1.0
This commit is contained in:
parent
7e742c4362
commit
bbf2164f4a
1 changed files with 5 additions and 7 deletions
|
@ -4,15 +4,13 @@
|
|||
fetchurl,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "7.0.1";
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "7.1.0";
|
||||
pname = "papi";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bitbucket.org/icl/papi/get/papi-${
|
||||
lib.replaceStrings [ "." ] [ "-" ] version
|
||||
}-t.tar.gz";
|
||||
sha256 = "sha256-VajhmPW8sEJksfhLjBVlpBH7+AZr4fwKZPAtZxRF1Bk=";
|
||||
url = "http://icl.utk.edu/projects/papi/downloads/papi-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "sha256-WBivttuj7OV/UeZYl9tQYvjjRk5u0pS2VOvzTDmRvE8=";
|
||||
};
|
||||
|
||||
setSourceRoot = ''
|
||||
|
@ -32,4 +30,4 @@ stdenv.mkDerivation rec {
|
|||
zhaofengli
|
||||
];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue