summary refs log tree commit diff
path: root/pkgs/applications/misc/guake
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 23:47:00 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 23:47:00 -0700
commitf8bd92be32f13056e91ead20010f20b48bbd9690 (patch)
tree08de25c34b92ceb4d072033efac4bebbaa12e050 /pkgs/applications/misc/guake
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-f8bd92be32f13056e91ead20010f20b48bbd9690.tar
nixlib-f8bd92be32f13056e91ead20010f20b48bbd9690.tar.gz
nixlib-f8bd92be32f13056e91ead20010f20b48bbd9690.tar.bz2
nixlib-f8bd92be32f13056e91ead20010f20b48bbd9690.tar.lz
nixlib-f8bd92be32f13056e91ead20010f20b48bbd9690.tar.xz
nixlib-f8bd92be32f13056e91ead20010f20b48bbd9690.tar.zst
nixlib-f8bd92be32f13056e91ead20010f20b48bbd9690.zip
guake: 3.2.2 -> 3.3.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/guake/versions.

These checks were done:

- built on NixOS
- /nix/store/69i8y52xjknpcnijqhw1gq8c7r5fj1yb-guake-3.3.0/bin/guake passed the binary check.
- /nix/store/69i8y52xjknpcnijqhw1gq8c7r5fj1yb-guake-3.3.0/bin/guake-toggle passed the binary check.
- /nix/store/69i8y52xjknpcnijqhw1gq8c7r5fj1yb-guake-3.3.0/bin/..guake-wrapped-wrapped passed the binary check.
- /nix/store/69i8y52xjknpcnijqhw1gq8c7r5fj1yb-guake-3.3.0/bin/.guake-wrapped passed the binary check.
- /nix/store/69i8y52xjknpcnijqhw1gq8c7r5fj1yb-guake-3.3.0/bin/..guake-toggle-wrapped-wrapped passed the binary check.
- /nix/store/69i8y52xjknpcnijqhw1gq8c7r5fj1yb-guake-3.3.0/bin/.guake-toggle-wrapped passed the binary check.
- 6 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 3.3.0 with grep in /nix/store/69i8y52xjknpcnijqhw1gq8c7r5fj1yb-guake-3.3.0
- directory tree listing: https://gist.github.com/08e53f1dab9dd720370787fafe8d0c02
- du listing: https://gist.github.com/aeb429d5b911c7b6b6ffdf25824eb7bd
Diffstat (limited to 'pkgs/applications/misc/guake')
-rw-r--r--pkgs/applications/misc/guake/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/guake/default.nix b/pkgs/applications/misc/guake/default.nix
index dc9b0c29aa10..57dc68263ac4 100644
--- a/pkgs/applications/misc/guake/default.nix
+++ b/pkgs/applications/misc/guake/default.nix
@@ -2,7 +2,7 @@
 , gtk3, keybinder3, libnotify, libutempter, vte }:
 
 let
-  version = "3.2.2";
+  version = "3.3.0";
 in python3.pkgs.buildPythonApplication rec {
   name = "guake-${version}";
   format = "other";
@@ -11,7 +11,7 @@ in python3.pkgs.buildPythonApplication rec {
     owner = "Guake";
     repo = "guake";
     rev = version;
-    sha256 = "1wx8vghn0h52xryyn6cf9z1lbwsk766lhff162szbaxlxyl6xsc0";
+    sha256 = "1wckzz18rpgacnkynh4rknhhki52agd76i2p80kk9rlrdifqs788";
   };
 
   nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];