mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
jwm: 1600 -> 1621
This commit is contained in:
parent
dc50dcf9c8
commit
0b2be5ad90
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jwm-${version}";
|
name = "jwm-${version}";
|
||||||
version = "1600";
|
version = "1621";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "joewing";
|
owner = "joewing";
|
||||||
repo = "jwm";
|
repo = "jwm";
|
||||||
rev = "s${version}";
|
rev = "s${version}";
|
||||||
sha256 = "0rfb67r6g873alvcbn9531415qlfmvfrdfm4xrsyhdgdwj7dv5kv";
|
sha256 = "1cxi9yd3wwzhh06f6myk15cav7ayvzxdaxhvqb3570nwj21zlnsm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];
|
nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];
|
||||||
|
Loading…
Reference in New Issue
Block a user