File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/dissect-btrfs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515buildPythonPackage rec {
1616 pname = "dissect-btrfs" ;
17- version = "1.6 " ;
17+ version = "1.7 " ;
1818 pyproject = true ;
1919
2020 disabled = pythonOlder "3.7" ;
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323 owner = "fox-it" ;
2424 repo = "dissect.btrfs" ;
2525 tag = version ;
26- hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA =" ;
26+ hash = "sha256-BREkGrQ1khz+uPahHeMwD0V8JytQY1K/oYa7nxP+bR0 =" ;
2727 } ;
2828
2929 nativeBuildInputs = [
@@ -52,7 +52,7 @@ buildPythonPackage rec {
5252 meta = with lib ; {
5353 description = "Dissect module implementing a parser for the BTRFS file system" ;
5454 homepage = "https://github.com/fox-it/dissect.btrfs" ;
55- changelog = "https://github.com/fox-it/dissect.btrfs/releases/tag/${ version } " ;
55+ changelog = "https://github.com/fox-it/dissect.btrfs/releases/tag/${ src . tag } " ;
5656 license = licenses . agpl3Only ;
5757 maintainers = with maintainers ; [ fab ] ;
5858 } ;
You can’t perform that action at this time.
0 commit comments