steamos-devkit: 0.20221101 -> 0.20230411.0

This commit is contained in:
Mats 2023-04-19 20:40:13 +02:00
parent 4caa00594c
commit dbafdba929

View file

@ -57,14 +57,14 @@ let
in
python3.pkgs.buildPythonPackage rec {
pname = "steamos-devkit";
version = "0.20221101";
version = "0.20230411.0";
src = fetchFromGitLab {
domain = "gitlab.steamos.cloud";
owner = "devkit";
repo = "steamos-devkit";
rev = "v${version}";
sha256 = "sha256-VKnfcMF3WxkvqxlhJF+5j4Hso/TZpSS4dMOmSrWagRU=";
sha256 = "sha256-DQIyjEpUFnC0OjMjKMrGYs4+HoEDfcSc3m3rfXLPyZ0=";
};
propagatedBuildInputs = with python3.pkgs; [