about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hello-wayland
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-04-23 16:19:17 +0000
committerAlyssa Ross <hi@alyssa.is>2023-04-27 20:07:28 +0000
commit36233d967522af6e072cc1c45d1b9f9c8f531310 (patch)
tree7b3b30945c196be8c8b08e365bbde486c0daa517 /pkgs/applications/graphics/hello-wayland
parent6bda19fb912049d6801b3402225a3ee6fdce6cef (diff)
hello-wayland: unstable-2023-03-16 -> unstable-2023-04-23
Diffstat (limited to 'pkgs/applications/graphics/hello-wayland')
-rw-r--r--pkgs/applications/graphics/hello-wayland/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/hello-wayland/default.nix b/pkgs/applications/graphics/hello-wayland/default.nix
index d3934fb8b8d41..afc8e76405aac 100644
--- a/pkgs/applications/graphics/hello-wayland/default.nix
+++ b/pkgs/applications/graphics/hello-wayland/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation {
   pname = "hello-wayland";
-  version = "unstable-2023-03-16";
+  version = "unstable-2023-04-23";
 
   src = fetchFromGitHub {
     owner = "emersion";
     repo = "hello-wayland";
-    rev = "f6a8203309977af03cda94765dd61367c189bea6";
-    sha256 = "FNtc6OApW/epAFortvujNVWJJVI44IY+Pa0qU0QdecA=";
+    rev = "77e270c19672f3ad863e466093f429cde8eb1f16";
+    sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04=";
   };
 
   nativeBuildInputs = [ imagemagick pkg-config ];