lol

cinnamon.muffin: 5.8.0 -> 5.8.1

https://github.com/linuxmint/muffin/compare/5.8.0...5.8.1

+2 -2
+2 -2
pkgs/desktops/cinnamon/muffin/default.nix
··· 35 35 36 36 stdenv.mkDerivation rec { 37 37 pname = "muffin"; 38 - version = "5.8.0"; 38 + version = "5.8.1"; 39 39 40 40 outputs = [ "out" "dev" "man" ]; 41 41 ··· 43 43 owner = "linuxmint"; 44 44 repo = pname; 45 45 rev = version; 46 - hash = "sha256-2pF6mKSSW4S0mfb4iBfZKBIVXKzrVyPeftcVrWSWzhc="; 46 + hash = "sha256-9YE+pHXJb21CcAflL9swNyhQY3ZCkLlZbnmUwTNdyfA="; 47 47 }; 48 48 49 49 patches = [