summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-30 22:34:48 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-30 22:42:43 -0400
commit4d4b67b65e831159430a036f64d323e3cc007701 (patch)
tree36fa0c2d6f010859c26cf3d73293787716860ef4 /pkgs
parentb641b4d29ebd10860ee3df41affaa361e2273614 (diff)
downloadnixpkgs-4d4b67b65e831159430a036f64d323e3cc007701.tar
nixpkgs-4d4b67b65e831159430a036f64d323e3cc007701.tar.gz
nixpkgs-4d4b67b65e831159430a036f64d323e3cc007701.tar.bz2
nixpkgs-4d4b67b65e831159430a036f64d323e3cc007701.tar.lz
nixpkgs-4d4b67b65e831159430a036f64d323e3cc007701.tar.xz
nixpkgs-4d4b67b65e831159430a036f64d323e3cc007701.tar.zst
nixpkgs-4d4b67b65e831159430a036f64d323e3cc007701.zip
eolie: 0.9.45 -> 0.9.60
Changelog: https://gitlab.gnome.org/World/eolie/compare/0.9.45...0.9.60

https://gitlab.gnome.org/World/eolie/tags
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/eolie/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/eolie/default.nix b/pkgs/applications/networking/browsers/eolie/default.nix
index 5b3e8d727d0..e067f3f15eb 100644
--- a/pkgs/applications/networking/browsers/eolie/default.nix
+++ b/pkgs/applications/networking/browsers/eolie/default.nix
@@ -5,7 +5,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "eolie";
-  version = "0.9.45";
+  version = "0.9.60";
 
   format = "other";
   doCheck = false;
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
     url = "https://gitlab.gnome.org/World/eolie";
     rev = "refs/tags/${version}";
     fetchSubmodules = true;
-    sha256 = "0x6f2qqqxpjf28mqxs4jlrz2z8wa9nvb9h24nf8qwmzavjjbraqg";
+    sha256 = "1mhl7p8pwp8lqx5z15r0lx1y4mb2c1gjwy3w6041cyc4hyb91693";
   };
 
   nativeBuildInputs = [