about summary refs log tree commit diff
path: root/pkgs/development/libraries/waylandpp
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-31 00:33:32 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-04 22:43:49 -0800
commit84b369d2fdf5b985faeb92f6d66946b21232f9ad (patch)
treeb9c9f4dc7be5609b479833d0c70c956d1d12a3b6 /pkgs/development/libraries/waylandpp
parent1766d4bc0980afd8ea5ae1d872fd3adb29e000dc (diff)
waylandpp: 0.2.8 -> 0.2.9
Diffstat (limited to 'pkgs/development/libraries/waylandpp')
-rw-r--r--pkgs/development/libraries/waylandpp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/waylandpp/default.nix b/pkgs/development/libraries/waylandpp/default.nix
index 0aa77b771e48b..49e0e01872f53 100644
--- a/pkgs/development/libraries/waylandpp/default.nix
+++ b/pkgs/development/libraries/waylandpp/default.nix
@@ -16,13 +16,13 @@ assert docSupport -> doxygen != null;
 with lib;
 stdenv.mkDerivation rec {
   pname = "waylandpp";
-  version = "0.2.8";
+  version = "0.2.9";
 
   src = fetchFromGitHub {
     owner = "NilsBrause";
     repo = pname;
     rev = version;
-    sha256 = "1kxiqab48p0n97pwg8c2zx56wqq32m3rcq7qd2pjj33ipcanb3qq";
+    sha256 = "sha256-c7sayJjQaqJWso2enESBx6OUW9vxxsfuHFolYDIYlXw=";
   };
 
   cmakeFlags = [