screego: 1.11.0 -> 1.11.1

This commit is contained in:
Pablo Ovelleiro Corral 2024-10-16 23:17:28 +02:00
parent 5270db45a7
commit a180636801
No known key found for this signature in database
GPG Key ID: 29E9A6ED72CCB334

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 {