cinnamon.cinnamon-menus: 5.6.0 -> 5.8.0

https://github.com/linuxmint/cinnamon-menus/compare/5.6.0...5.8.0
This commit is contained in:
Bobby Rong 2023-06-01 20:56:11 +08:00
parent 5f362f7689
commit 91e2d86304
No known key found for this signature in database

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-menus";
version = "5.6.0";
version = "5.8.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-6IOlXQhAy6YrSqybfGFUyn3Q2COvzwpj67y/k/YLNhU=";
hash = "sha256-AgA/DA7I9/0AJhlmgk0yAOJaZzpiQV1vM949Y6EOWVg=";
};
buildInputs = [