cinnamon.muffin: 4.8.1 -> 5.2.0

This commit is contained in:
Maciej Krüger 2021-11-24 10:16:11 +01:00
parent c27e5b5e9d
commit a8d1dab1a8
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "muffin";
version = "4.8.1";
version = "5.2.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-zRW+hnoaKKTe4zIJpY1D0Ahc8k5zRbvYBF5Y4vZ6Rbs=";
hash = "sha256-WAp0HbfRtwsPjJX1kPBqUStqLaudQPZ8E+h4jmggmw8=";
};
buildInputs = [