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