Skip to content

Commit d032d26

Browse files
authored
pdi: 1.8.0 -> 1.8.1 (#377197)
2 parents 6374ef7 + 729d9ec commit d032d26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/pd/pdi/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ let
3030
]
3131
);
3232
in
33-
stdenv.mkDerivation rec {
33+
stdenv.mkDerivation (finalAttrs: {
3434
pname = "pdi";
35-
version = "1.8.0";
35+
version = "1.8.1";
3636

3737
src = fetchFromGitHub {
3838
owner = "pdidev";
3939
repo = "pdi";
40-
tag = version;
41-
hash = "sha256-l4vKWIitP0BqSRPxpv0UgjAOgHJ3Aecm1hT+f9BeqRA=";
40+
tag = finalAttrs.version;
41+
hash = "sha256-EUqgscpCubub2Zl/7fcgbdVx216Y2Ke7h8Zui2SieP8=";
4242
};
4343

4444
# Current hdf5 version in nixpkgs is 1.14.4.3 which is 4 numbers long and doesn't match the 3 number regex. :')
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
8181
meta = {
8282
description = "PDI supports loose coupling of simulation codes with data handling libraries";
8383
homepage = "https://pdi.dev/master/";
84-
changelog = "https://github.com/pdidev/pdi/releases/tag/${src.tag}";
84+
changelog = "https://github.com/pdidev/pdi/releases/tag/${finalAttrs.version}";
8585
license = lib.licenses.bsd3;
8686
mainProgram = "pdirun";
8787
maintainers = with lib.maintainers; [ GaetanLepage ];
@@ -90,4 +90,4 @@ stdenv.mkDerivation rec {
9090
lib.systems.inspect.patterns.isDarwin
9191
];
9292
};
93-
}
93+
})

0 commit comments

Comments
 (0)