snagboot: 2.1 -> 2.2

This commit is contained in:
R. Ryantm
2025-03-01 09:20:09 +00:00
parent 6e282518d2
commit 1bbfce73a8
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snagboot";
version = "2.1";
version = "2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "bootlin";
repo = "snagboot";
tag = "v${version}";
hash = "sha256-1WyCzfvcvDpYybxV2Jt/Ty4i2ywapJmEAZtlvxe3dpQ=";
hash = "sha256-JXhh+Ed/ZwytNrMwvGw7jaDBvwDQiUKe+gBDezOCHO4=";
};
build-system = with python3Packages; [