cinnamon.cinnamon-screensaver: 5.8.0 -> 5.8.1

https://github.com/linuxmint/cinnamon-screensaver/compare/5.8.0...5.8.1
This commit is contained in:
Bobby Rong 2023-07-08 11:31:16 +08:00
parent bdd5213ef5
commit 2deace8748
No known key found for this signature in database

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-screensaver";
version = "5.8.0";
version = "5.8.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-Y1veBgWTCs7HRBuMwN+eHu4oygGYIanaQigMGVfkSuI=";
hash = "sha256-d7h9OJ39HVQNCHNr13M1ybDFoU3Xnd1PEczGLHZU/lU=";
};
nativeBuildInputs = [