snagboot: 1.1 -> 1.2

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2023-09-19 14:26:57 -03:00 committed by Anderson Torres
parent bd522b0787
commit 55f434b1d4

View File

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "snagboot";
version = "1.1";
version = "1.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "bootlin";
repo = "snagboot";
rev = "v${version}";
hash = "sha256-MU6LzjH6s2MS7T3u1OUeJ5ZmWgL0otA/q0ylwTNH4fA=";
hash = "sha256-OuHY5+2puZAERtwmXduUW5Wjus6KeQLJLcGcl48umLA=";
};
passthru = {