mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 01:28:26 +00:00
pdi: 1.8.3 -> 1.9.0
This commit is contained in:
parent
b1dd7557c3
commit
3095a14cf0
@ -32,13 +32,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "pdi";
|
||||
version = "1.8.3";
|
||||
version = "1.9.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pdidev";
|
||||
repo = "pdi";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-oiHkCXQZGeijoJf8XpbBPdxmxClWyCsnv6laDdMXk6U=";
|
||||
hash = "sha256-eWBbhHBDS2NbY74vbeD/+UDdpam4XiX7loYb1chjryo=";
|
||||
};
|
||||
|
||||
# Current hdf5 version in nixpkgs is 1.14.4.3 which is 4 numbers long and doesn't match the 3 number regex. :')
|
||||
|
Loading…
Reference in New Issue
Block a user