Loading pkgs/development/python-modules/dissect-btrfs/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dissect-btrfs"; version = "1.6"; version = "1.7"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.btrfs"; tag = version; hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA="; hash = "sha256-BREkGrQ1khz+uPahHeMwD0V8JytQY1K/oYa7nxP+bR0="; }; nativeBuildInputs = [ Loading Loading @@ -52,7 +52,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for the BTRFS file system"; homepage = "https://github.com/fox-it/dissect.btrfs"; changelog = "https://github.com/fox-it/dissect.btrfs/releases/tag/${version}"; changelog = "https://github.com/fox-it/dissect.btrfs/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/dissect-btrfs/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dissect-btrfs"; version = "1.6"; version = "1.7"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.btrfs"; tag = version; hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA="; hash = "sha256-BREkGrQ1khz+uPahHeMwD0V8JytQY1K/oYa7nxP+bR0="; }; nativeBuildInputs = [ Loading Loading @@ -52,7 +52,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for the BTRFS file system"; homepage = "https://github.com/fox-it/dissect.btrfs"; changelog = "https://github.com/fox-it/dissect.btrfs/releases/tag/${version}"; changelog = "https://github.com/fox-it/dissect.btrfs/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; }; Loading