Unverified Commit ae77b043 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

pdi: 1.9.0 -> 1.9.1 (#408100)

parents ebc8347f fb9eceb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "pdi";
  version = "1.9.0";
  version = "1.9.1";

  src = fetchFromGitHub {
    owner = "pdidev";
    repo = "pdi";
    tag = finalAttrs.version;
    hash = "sha256-eWBbhHBDS2NbY74vbeD/+UDdpam4XiX7loYb1chjryo=";
    hash = "sha256-Tmn4M+tcnNH6Bm4t5D/VgciOu4dDKKqYkbERKgpHX/Y=";
  };

  # Current hdf5 version in nixpkgs is 1.14.4.3 which is 4 numbers long and doesn't match the 3 number regex. :')