mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
sway: 0.13.0 -> 0.14.0
This commit is contained in:
parent
1101eebefd
commit
1dc92fe688
@ -5,17 +5,15 @@
|
|||||||
, libXdmcp
|
, libXdmcp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
# TODO: Sway 0.14.0 with wlc 0.0.10 segfaults
|
|
||||||
version = "0.13.0";
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "sway-${version}";
|
name = "sway-${version}";
|
||||||
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Sircmpwn";
|
owner = "Sircmpwn";
|
||||||
repo = "sway";
|
repo = "sway";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1vgk4rl51nx66yzpwg4yhnbj7wc30k5q0hh5lf8y0i1nvpal0p3q";
|
sha256 = "1l8v9cdzd44bm4q71d47vqg6933b8j42q1a61r362vz2la1rcpq2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user