summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-11-28 20:44:39 +0800
committerBobby Rong <rjl931189261@126.com>2023-11-28 20:51:28 +0800
commitd11bbb39dbe7a659886a4e974cd0933857db2fb7 (patch)
treee889957e8b37c8c72cf1828b47b9c9e5c215052e
parentcinnamon.xviewer: 3.4.1 -> 3.4.2 (diff)
downloadnixpkgs-d11bbb39dbe7a659886a4e974cd0933857db2fb7.tar.gz
cinnamon.pix: 3.0.2 -> 3.2.0
https://github.com/linuxmint/pix/compare/3.0.2...3.2.0
-rw-r--r--pkgs/desktops/cinnamon/pix/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/desktops/cinnamon/pix/default.nix b/pkgs/desktops/cinnamon/pix/default.nix
index ef434171d914..d9324fb30d24 100644
--- a/pkgs/desktops/cinnamon/pix/default.nix
+++ b/pkgs/desktops/cinnamon/pix/default.nix
@@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
-, fetchpatch
, pkg-config
, meson
, ninja
@@ -34,24 +33,15 @@
stdenv.mkDerivation rec {
pname = "pix";
- version = "3.0.2";
+ version = "3.2.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
- sha256 = "sha256-iNUhcHG4nCZ4WNELodyLdztzfNg9g+F0eQrZHXS6Zj0=";
+ sha256 = "sha256-hhtW2QyexGIyovhWOReeJ0bxgye8LJl1RrEs0/5+q24=";
};
- patches = [
- # Fix build with exiv2 0.28, can be removed on next update
- # https://github.com/linuxmint/pix/pull/178
- (fetchpatch {
- url = "https://github.com/linuxmint/pix/commit/46e19703a973d51fa97e6a22121560f5ba200eea.patch";
- sha256 = "sha256-Z+pUxoy0m/agXW++YxEUhRuax0qvuGVXNhU8d9mvGh4=";
- })
- ];
-
nativeBuildInputs = [
bison
desktop-file-utils