snagboot: 2.2 -> 2.4 (#446249)

authored by Yohann Boniface and committed by GitHub e9403335 e32a9b67

+5 -2
+5 -2
pkgs/by-name/sn/snagboot/package.nix
··· 11 11 12 12 python3Packages.buildPythonApplication rec { 13 13 pname = "snagboot"; 14 - version = "2.2"; 14 + version = "2.4"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "bootlin"; 19 19 repo = "snagboot"; 20 20 tag = "v${version}"; 21 - hash = "sha256-JXhh+Ed/ZwytNrMwvGw7jaDBvwDQiUKe+gBDezOCHO4="; 21 + hash = "sha256-ZjN4k5prOoEdAT4z37XiHdnUgLsz3zeR3+0zxY+2420="; 22 22 }; 23 23 24 24 build-system = with python3Packages; [ ··· 42 42 libfdt 43 43 # swig 44 44 packaging 45 + xmodem 45 46 ]; 47 + 48 + pythonRelaxDeps = [ "pylibfdt" ]; 46 49 47 50 optional-dependencies = with python3Packages; { 48 51 gui = [ kivy ];