Skip to content

Commit

Permalink
wlr-randr: 2019-03-21 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jul 27, 2020
1 parent 3ba6174 commit c83e133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/wlr-randr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "wlr-randr";
version = "unstable-2019-03-21";
version = "0.1.0";

src = fetchFromGitHub {
owner = "emersion";
repo = pname;
rev = "c4066aa3249963dc7877119cffce10f3fa8b6304";
sha256 = "1ahw4sv07xg5rh9vr7j28636iaxs06vnybm3li6y8dz2sky7hk88";
rev = "v${version}";
sha256 = "10c8zzp78s5bw34vvjhilipa28bsdx3jbyhnxgp8f8kawh3cvgsc";
};

nativeBuildInputs = [ meson ninja cmake pkgconfig ];
Expand Down

0 comments on commit c83e133

Please sign in to comment.