summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-07 23:09:26 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-07 23:09:26 -0700
commit79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe (patch)
tree885c3762797950be2f52fb541f3f7afba6cfd442 /pkgs/applications/misc
parentd12e7b8d17608bb4415c197eb1c12593cd31b9d2 (diff)
downloadnixpkgs-79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe.tar
nixpkgs-79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe.tar.gz
nixpkgs-79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe.tar.bz2
nixpkgs-79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe.tar.lz
nixpkgs-79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe.tar.xz
nixpkgs-79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe.tar.zst
nixpkgs-79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe.zip
jgmenu: 1.0 -> 1.1
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
- Warning: no invocation of /nix/store/qf4jn0vm3jzfvmz4zxbzgvf0nvq2j1j6-jgmenu-1.1/bin/jgmenu had a zero exit code or showed the expected version
- /nix/store/qf4jn0vm3jzfvmz4zxbzgvf0nvq2j1j6-jgmenu-1.1/bin/jgmenu_run passed the binary check.
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.1 with grep in /nix/store/qf4jn0vm3jzfvmz4zxbzgvf0nvq2j1j6-jgmenu-1.1
- directory tree listing: https://gist.github.com/63c8b0cfc6fa34baec9ef244ed1e3923
- du listing: https://gist.github.com/9ca804f2e9dbbb7f43c5e19c17b2b2c5
Diffstat (limited to 'pkgs/applications/misc')
-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 0bccc8bcc7e..b868808ec3d 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 = "1.0";
+  version = "1.1";
 
   src = fetchFromGitHub {
     owner = "johanmalm";
     repo = "jgmenu";
     rev = "v${version}";
-    sha256 = "068mm0b2npz6qh9j8m9xd8sbznjp5g195vfav8a6016wgm6fhrx7";
+    sha256 = "0hnxzy5mm5z6r9gaimfsf7kbpr23khck2fhh3j8bk2lkp53420fz";
   };
 
   nativeBuildInputs = [