screego: 1.11.0 -> 1.11.1 (#349143)

This commit is contained in:
Leona Maroni 2024-10-17 10:12:27 +02:00 committed by GitHub
commit d55f147253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
}:
let
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "screego";
repo = "server";
rev = "v${version}";
hash = "sha256-PTGIcv+jgX8t37otBypuZG6DaGIeo92+w6YlRynIkZE=";
hash = "sha256-P8O3E7mNAqUid42XFaJBQm3ApxykYLCuHXDOFHrG9Fs=";
};
ui = stdenv.mkDerivation {