Merge pull request #125080 from Kranzes/bump-cinnamon.nemo

cinnamon.nemo: 4.8.6 -> 5.0.0
This commit is contained in:
Maciej Krüger 2021-05-31 14:54:32 +02:00 committed by GitHub
commit 73b6be1d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,12 @@
, intltool , intltool
, shared-mime-info , shared-mime-info
, cinnamon-translations , cinnamon-translations
, libgsf
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nemo"; pname = "nemo";
version = "4.8.6"; version = "5.0.0";
# TODO: add plugins support (see https://github.com/NixOS/nixpkgs/issues/78327) # TODO: add plugins support (see https://github.com/NixOS/nixpkgs/issues/78327)
@ -29,7 +30,7 @@ stdenv.mkDerivation rec {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-OUv7l+klu5l1Y7m+iHiq/dDyxH3/hT4k7F9gDuUiGds="; sha256 = "07n9p93iyrzb7636qqwknq8dd3im1y6wb9jfvif96mbvvdwsnfyz";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -44,6 +45,7 @@ stdenv.mkDerivation rec {
libexif libexif
exempi exempi
gobject-introspection gobject-introspection
libgsf
]; ];
nativeBuildInputs = [ nativeBuildInputs = [