From 79319e1ea4c53f15fc372194ae3d7fdb9d7fe1fe Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 7 Jul 2018 23:09:26 -0700 Subject: 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 --- pkgs/applications/misc/jgmenu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/misc/jgmenu/default.nix b/pkgs/applications/misc/jgmenu/default.nix index 0bccc8bcc7ef..b868808ec3dc 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 = [ -- cgit 1.4.1