We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567f0a3 commit 29bbe82Copy full SHA for 29bbe82
1 file changed
pkgs/applications/misc/jgmenu/default.nix
@@ -15,13 +15,13 @@
15
16
stdenv.mkDerivation rec {
17
pname = "jgmenu";
18
- version = "4.2.0";
+ version = "4.2.1";
19
20
src = fetchFromGitHub {
21
owner = "johanmalm";
22
repo = pname;
23
rev = "v${version}";
24
- sha256 = "1wcmx2yhm6n54w6nymgb8pgfjv411i3zj1vk79q9vr052y1622z0";
+ sha256 = "00q4v31x4q7nm61wda4v0gznv18bm3qs8mp04pcns60qacdv9lkk";
25
};
26
27
nativeBuildInputs = [
0 commit comments