mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #108515 from roosemberth/bump-wtype
wtype: 2020-09-14 -> 0.3
This commit is contained in:
commit
400ab9c999
@ -10,15 +10,15 @@
|
||||
, wayland
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wtype";
|
||||
version = "2020-09-14";
|
||||
version = "0.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "atx";
|
||||
repo = "wtype";
|
||||
rev = "74071228dea4047157ae82960a2541ecc431e4a1";
|
||||
sha256 = "1ncspxpnbwv1vkfmxs58q7aykjb6skaa1pg5sw5h798pss5j80rd";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-8q2PxI3ItR4tsP/KOiSlqnuK4ZSe7OdekheolEFVmys=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkg-config wayland ];
|
||||
|
Loading…
Reference in New Issue
Block a user