Loading pkgs/development/python-modules/dissect-squashfs/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ zstandard, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "dissect-squashfs"; version = "1.11"; version = "1.12"; pyproject = true; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.squashfs"; tag = version; hash = "sha256-glmrsbNkhgYBhcL+qgEnBfJnGL4ViHH1L5HN9rGlUNM="; tag = finalAttrs.version; hash = "sha256-p+8MKpjAq09jTrlTaA8zSf1wMYzAHtydm5c8RICCAOQ="; }; build-system = [ Loading @@ -46,8 +46,8 @@ buildPythonPackage rec { meta = { description = "Dissect module implementing a parser for the SquashFS file system"; homepage = "https://github.com/fox-it/dissect.squashfs"; changelog = "https://github.com/fox-it/dissect.squashfs/releases/tag/${src.tag}"; changelog = "https://github.com/fox-it/dissect.squashfs/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/dissect-squashfs/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ zstandard, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "dissect-squashfs"; version = "1.11"; version = "1.12"; pyproject = true; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.squashfs"; tag = version; hash = "sha256-glmrsbNkhgYBhcL+qgEnBfJnGL4ViHH1L5HN9rGlUNM="; tag = finalAttrs.version; hash = "sha256-p+8MKpjAq09jTrlTaA8zSf1wMYzAHtydm5c8RICCAOQ="; }; build-system = [ Loading @@ -46,8 +46,8 @@ buildPythonPackage rec { meta = { description = "Dissect module implementing a parser for the SquashFS file system"; homepage = "https://github.com/fox-it/dissect.squashfs"; changelog = "https://github.com/fox-it/dissect.squashfs/releases/tag/${src.tag}"; changelog = "https://github.com/fox-it/dissect.squashfs/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ fab ]; }; } })