summary refs log tree commit diff
path: root/pkgs/applications/misc/jgmenu
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-26 07:00:28 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-26 16:00:28 +0200
commit3d7be025bee5bb3da0d7d3b27fd368f0cf02f627 (patch)
treea80dd3ae55fb6177c9d18473571234b92c8818d1 /pkgs/applications/misc/jgmenu
parente386e190420c7d70ce69bb2ca70bd67aed1eda9c (diff)
downloadnixlib-3d7be025bee5bb3da0d7d3b27fd368f0cf02f627.tar
nixlib-3d7be025bee5bb3da0d7d3b27fd368f0cf02f627.tar.gz
nixlib-3d7be025bee5bb3da0d7d3b27fd368f0cf02f627.tar.bz2
nixlib-3d7be025bee5bb3da0d7d3b27fd368f0cf02f627.tar.lz
nixlib-3d7be025bee5bb3da0d7d3b27fd368f0cf02f627.tar.xz
nixlib-3d7be025bee5bb3da0d7d3b27fd368f0cf02f627.tar.zst
nixlib-3d7be025bee5bb3da0d7d3b27fd368f0cf02f627.zip
jgmenu: 0.8.2 -> 0.9 (#40965)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/ka2zxzryv20bs8rxfwk8g8jdji6iq5vx-jgmenu-0.9/bin/jgmenu passed the binary check.
- /nix/store/ka2zxzryv20bs8rxfwk8g8jdji6iq5vx-jgmenu-0.9/bin/jgmenu_run passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.9 with grep in /nix/store/ka2zxzryv20bs8rxfwk8g8jdji6iq5vx-jgmenu-0.9
- directory tree listing: https://gist.github.com/16eca43055545a3b99c07f19da8575e9
- du listing: https://gist.github.com/3840e7d84d3f33c8feeb0235bfdcdd9b
Diffstat (limited to 'pkgs/applications/misc/jgmenu')
-rw-r--r--pkgs/applications/misc/jgmenu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/jgmenu/default.nix b/pkgs/applications/misc/jgmenu/default.nix
index ffb898b265c2..78f90a4ffa6b 100644
--- a/pkgs/applications/misc/jgmenu/default.nix
+++ b/pkgs/applications/misc/jgmenu/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "jgmenu-${version}";
-  version = "0.8.2";
+  version = "0.9";
 
   src = fetchFromGitHub {
     owner = "johanmalm";
     repo = "jgmenu";
     rev = "v${version}";
-    sha256 = "0nflj4fcpz7rcd1s0zlyi5ikxjykkmz3p5w4gzica1fdbyn2l7x3";
+    sha256 = "17xxz5qyz92sjppsvzjl2v012yb3s5p519cv8xf2hd41j7sh9ym1";
   };
 
   nativeBuildInputs = [