Skip to content

Commit f37f462

Browse files
authored
python312Packages.dissect-jffs: 1.3 -> 1.4 (#388927)
2 parents 83f3836 + 531108d commit f37f462

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

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

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

0 commit comments

Comments
 (0)