summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-21 18:09:35 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-21 18:12:47 -0500
commita1c295e971c8e417ae2db626c4ceffdfd3265dcd (patch)
tree8e354d88d35c90837d493f3b2495dd2c6c93ea6c
parent114575ef7162001d2db3f2d946cefcca54769b85 (diff)
downloadnixpkgs-a1c295e971c8e417ae2db626c4ceffdfd3265dcd.tar
nixpkgs-a1c295e971c8e417ae2db626c4ceffdfd3265dcd.tar.gz
nixpkgs-a1c295e971c8e417ae2db626c4ceffdfd3265dcd.tar.bz2
nixpkgs-a1c295e971c8e417ae2db626c4ceffdfd3265dcd.tar.lz
nixpkgs-a1c295e971c8e417ae2db626c4ceffdfd3265dcd.tar.xz
nixpkgs-a1c295e971c8e417ae2db626c4ceffdfd3265dcd.tar.zst
nixpkgs-a1c295e971c8e417ae2db626c4ceffdfd3265dcd.zip
pantheon.wingpanel-indicator-nightlight: 2.0.1 -> 2.0.2
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
index 53754c31d87..08b0710977f 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wingpanel-indicator-nightlight";
-  version = "2.0.1";
+  version = "2.0.2";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "17pa048asbkhzz5945hjp96dnghdl72nqp1zq0b999nawnfrb339";
+    sha256 = "0kw83ws91688xg96k9034dnz15szx2kva9smh1nb7xmdbpzn3qph";
   };
 
   passthru = {