xdgmenumaker: 1.1 -> 1.4
This commit is contained in:
parent
3af06724fa
commit
767e50867c
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xdgmenumaker-${version}";
|
name = "xdgmenumaker-${version}";
|
||||||
version = "1.1";
|
version = "1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gapan";
|
owner = "gapan";
|
||||||
repo = "xdgmenumaker";
|
repo = "xdgmenumaker";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "11mqafpgfnz0h0d6fxd1xsfsjxzg1abvwqgwy9jmm5xhcjx3c3l7";
|
sha256 = "0i909dk9chdsc7njp5llgm5xlag4lr0nkxkwl1g5lf8cvdjrawh2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user