File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/dissect-jffs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "dissect-jffs" ;
14- version = "1.3 " ;
14+ version = "1.4 " ;
1515 pyproject = true ;
1616
1717 disabled = pythonOlder "3.9" ;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020 owner = "fox-it" ;
2121 repo = "dissect.jffs" ;
2222 tag = version ;
23- hash = "sha256-hpCgo3Qj8nWvqVdKESrR6Tafgvxuc7xzhq8oiHApbwM =" ;
23+ hash = "sha256-U8tQbCOMdudpsct72QHqKXd2QL99eqpfOJ/QHVUpcIk =" ;
2424 } ;
2525
2626 nativeBuildInputs = [
@@ -38,7 +38,7 @@ buildPythonPackage rec {
3838 meta = with lib ; {
3939 description = "Dissect module implementing a parser for the JFFS2 file system" ;
4040 homepage = "https://github.com/fox-it/dissect.jffs" ;
41- changelog = "https://github.com/fox-it/dissect.jffs/releases/tag/${ version } " ;
41+ changelog = "https://github.com/fox-it/dissect.jffs/releases/tag/${ src . tag } " ;
4242 license = licenses . agpl3Only ;
4343 maintainers = with maintainers ; [ fab ] ;
4444 } ;
You can’t perform that action at this time.
0 commit comments