From 531108d0d01717b51feb0793792d8bec4accb4fa Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 11 Mar 2025 08:33:37 +0000 Subject: [PATCH] python312Packages.dissect-jffs: 1.3 -> 1.4 --- pkgs/development/python-modules/dissect-jffs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-jffs/default.nix b/pkgs/development/python-modules/dissect-jffs/default.nix index ad2cd28ae95e..2498b00420ef 100644 --- a/pkgs/development/python-modules/dissect-jffs/default.nix +++ b/pkgs/development/python-modules/dissect-jffs/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "dissect-jffs"; - version = "1.3"; + version = "1.4"; pyproject = true; disabled = pythonOlder "3.9"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.jffs"; tag = version; - hash = "sha256-hpCgo3Qj8nWvqVdKESrR6Tafgvxuc7xzhq8oiHApbwM="; + hash = "sha256-U8tQbCOMdudpsct72QHqKXd2QL99eqpfOJ/QHVUpcIk="; }; nativeBuildInputs = [ @@ -38,7 +38,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for the JFFS2 file system"; homepage = "https://github.com/fox-it/dissect.jffs"; - changelog = "https://github.com/fox-it/dissect.jffs/releases/tag/${version}"; + changelog = "https://github.com/fox-it/dissect.jffs/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; };