File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030 ]
3131 ) ;
3232in
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+ } )
You can’t perform that action at this time.
0 commit comments