Skip to content

Commit

Permalink
libliftoff: 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp authored and bjornfor committed Aug 23, 2022
1 parent fe568f4 commit adeb76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libliftoff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

stdenv.mkDerivation rec {
pname = "libliftoff";
version = "0.2.0";
version = "0.3.0";

src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "emersion";
repo = pname;
rev = "v${version}";
sha256 = "1ysxm7kg1gwrsn29lw8kngvkxp46g4m2pvbwcvscgvr54ikirn4q";
sha256 = "sha256-MbXDUkAA9gY6Qb6Ok33MNuqIfb4bPIEHd1IVH/UmH10=";
};

nativeBuildInputs = [ meson pkg-config ninja ];
Expand Down

0 comments on commit adeb76b

Please sign in to comment.