Skip to content

Commit a4d7d7f

Browse files
authored
python313Packages.pyhik: migrate to finalAttrs
1 parent dbfb92e commit a4d7d7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/python-modules/pyhik/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
setuptools,
88
}:
99

10-
buildPythonPackage rec {
10+
buildPythonPackage (finalAttrs: {
1111
pname = "pyhik";
1212
version = "0.4.2";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "mezz64";
1717
repo = "pyHik";
18-
tag = version;
18+
tag = finalAttrs.version;
1919
hash = "sha256-ree2UbGfmz4Xs0aRiAWcOnCEpnrjR11PBmo/hMnbnlI=";
2020
};
2121

@@ -44,4 +44,4 @@ buildPythonPackage rec {
4444
license = lib.licenses.mit;
4545
maintainers = [ lib.maintainers.jamiemagee ];
4646
};
47-
}
47+
})

0 commit comments

Comments
 (0)