cinnamon.cinnamon-screensaver: 4.8.1 -> 5.2.0

This commit is contained in:
Maciej Krüger 2021-11-24 10:14:21 +01:00
parent 8e9cc0733c
commit 36bab07f0c
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-screensaver";
version = "4.8.1";
version = "5.2.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-gvSGxSYKnRqJhj2unRYRHp6qGw/O9SxKPzhw5xjCSSQ=";
hash = "sha256-weQ5sw5SY89JFIxamCeLiSLy8xCXGg0Yxj/5Ca5r+6o=";
};
nativeBuildInputs = [