lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.lsassy: 3.1.8 -> 3.1.9

Diff: https://github.com/Hackndo/lsassy/compare/refs/tags/v3.1.8...v3.1.9

Changelog: https://github.com/Hackndo/lsassy/releases/tag/v3.1.9

+2 -2
+2 -2
pkgs/development/python-modules/lsassy/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "lsassy"; 13 - version = "3.1.8"; 13 + version = "3.1.9"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "Hackndo"; 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-refOq/QWRv1naCskVm6h1QmCH9/YkDJ90HU3Hzc2w4A="; 22 + hash = "sha256-VGLSVv/+UpgeSTHoOTjEfQSAYfXA3bAI+yKjcKBI1Z4="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [