cinnamon.cinnamon-screensaver: 5.4.4 -> 5.6.1
This seems to fix "Fractional scaling resets on resume after suspend". https://github.com/linuxmint/cinnamon-screensaver/compare/5.4.4...5.6.1
This commit is contained in:
parent
2274c282ed
commit
921e69e463
1 changed files with 2 additions and 2 deletions
|
@ -29,13 +29,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cinnamon-screensaver";
|
||||
version = "5.4.4";
|
||||
version = "5.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linuxmint";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-D+SpAO4i4KGFWJI94LalTMB3j1YPvV63cKb34FDDprk=";
|
||||
hash = "sha256-dnfUvRlmsdUXfjAxPv+i/uJ8kr0LQ/i7ClUMtjjIWMo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue