Skip to content

Commit 7b9a114

Browse files
authored
python312Packages.dissect-btrfs: 1.6 -> 1.7 (#389498)
2 parents 9577a19 + d40e6ae commit 7b9a114

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/dissect-btrfs

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/dissect-btrfs/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage 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
};

0 commit comments

Comments
 (0)