summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps/elementary-photos/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-16 18:53:45 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-05-16 18:53:45 -0400
commit632591818a26065c378b3acafb9b275fbe9ce66a (patch)
treeb3fa0209fdd73f3bab9aa1388be1cdc19a7305b9 /pkgs/desktops/pantheon/apps/elementary-photos/default.nix
parentefcdac63fee4280cdc276362199503b6acb75df2 (diff)
downloadnixpkgs-632591818a26065c378b3acafb9b275fbe9ce66a.tar
nixpkgs-632591818a26065c378b3acafb9b275fbe9ce66a.tar.gz
nixpkgs-632591818a26065c378b3acafb9b275fbe9ce66a.tar.bz2
nixpkgs-632591818a26065c378b3acafb9b275fbe9ce66a.tar.lz
nixpkgs-632591818a26065c378b3acafb9b275fbe9ce66a.tar.xz
nixpkgs-632591818a26065c378b3acafb9b275fbe9ce66a.tar.zst
nixpkgs-632591818a26065c378b3acafb9b275fbe9ce66a.zip
pantheon.elementary-photos: 2.6.3 -> 2.6.4
Patch in tree is removed because it's included upstream.

https://github.com/elementary/photos/releases/tag/2.6.4
Diffstat (limited to 'pkgs/desktops/pantheon/apps/elementary-photos/default.nix')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-photos/default.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-photos/default.nix b/pkgs/desktops/pantheon/apps/elementary-photos/default.nix
index 493e7a97805..4ee2aef1760 100644
--- a/pkgs/desktops/pantheon/apps/elementary-photos/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-photos/default.nix
@@ -5,7 +5,7 @@
 
 stdenv.mkDerivation rec {
   pname = "photos";
-  version = "2.6.3";
+  version = "2.6.4";
 
   name = "elementary-${pname}-${version}";
 
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "1s0ww5g26wj0gd1drj8gxs74gvg2c9fdj4ixpifj8jh8yafdmrvg";
+    sha256 = "17r9658s0pqy6s45ysi3915sm8hpvmsp7cw2jahqvjc61r4qpdc1";
   };
 
   passthru = {
@@ -66,12 +66,6 @@ stdenv.mkDerivation rec {
     "-Dplugins=false"
   ];
 
-  patches = [
-    # https://github.com/elementary/photos/pull/505
-    # Unrelated line got dropped in https://github.com/elementary/photos/pull/498
-    ./fix-missing-line.patch
-  ];
-
   postPatch = ''
     chmod +x meson/post_install.py
     patchShebangs meson/post_install.py