Merge pull request #42006 from r-ryantm/auto-update/jgmenu

jgmenu: 0.9 -> 1.0
This commit is contained in:
Pascal Wittmann 2018-06-16 21:55:07 +02:00 committed by GitHub
commit 7413c2cabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "jgmenu-${version}";
version = "0.9";
version = "1.0";
src = fetchFromGitHub {
owner = "johanmalm";
repo = "jgmenu";
rev = "v${version}";
sha256 = "17xxz5qyz92sjppsvzjl2v012yb3s5p519cv8xf2hd41j7sh9ym1";
sha256 = "068mm0b2npz6qh9j8m9xd8sbznjp5g195vfav8a6016wgm6fhrx7";
};
nativeBuildInputs = [