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-11 14:12:15 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-11 23:12:15 +0200
commitfe8c812b47d64716184a24211a8fd20ba4672f86 (patch)
tree3ce5ba054b2e8a4907566e6d17c03663b86b9f7b /pkgs/applications/misc/guake
parentc41705f87cd3d6139410f1b1a81d941c8fdeecd4 (diff)
downloadnixlib-fe8c812b47d64716184a24211a8fd20ba4672f86.tar
nixlib-fe8c812b47d64716184a24211a8fd20ba4672f86.tar.gz
nixlib-fe8c812b47d64716184a24211a8fd20ba4672f86.tar.bz2
nixlib-fe8c812b47d64716184a24211a8fd20ba4672f86.tar.lz
nixlib-fe8c812b47d64716184a24211a8fd20ba4672f86.tar.xz
nixlib-fe8c812b47d64716184a24211a8fd20ba4672f86.tar.zst
nixlib-fe8c812b47d64716184a24211a8fd20ba4672f86.zip
guake: 3.2.1 -> 3.2.2 (#41705)
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/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/guake passed the binary check.
- /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/..guake-wrapped-wrapped passed the binary check.
- /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/.guake-wrapped passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 3.2.2 with grep in /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2
- directory tree listing: https://gist.github.com/f55ea51bdc3ebebdb32210c0cae4f235
- du listing: https://gist.github.com/6b55cea09584855b2518fdc90469b1bf
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 c34f0e48f3ec..dc9b0c29aa10 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.1";
+  version = "3.2.2";
 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 = "0qzrkmjizpc3kirvhml62wya1sr3pbig25nfcrfhk1hhr3jxq17s";
+    sha256 = "1wx8vghn0h52xryyn6cf9z1lbwsk766lhff162szbaxlxyl6xsc0";
   };
 
   nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];