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-10-27 11:51:22 +0200
committerAlyssa Ross <hi@alyssa.is>2023-10-27 11:51:22 +0200
commit77a874d3746ce7e3a1a6264e05919606fd5c647f (patch)
treea3c0687e3fea51a646c489bf2a80d0c400d58399 /pkgs/applications/graphics/hello-wayland
parent8a695dd0641741fa7bba1ab943c7a04b9c5d377a (diff)
hello-wayland: unstable-2023-04-23 -> unstable-2023-10-26
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 b6c0472140441..45c1e6f541635 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-04-23";
+  version = "unstable-2023-10-26";
 
   src = fetchFromGitHub {
     owner = "emersion";
     repo = "hello-wayland";
-    rev = "77e270c19672f3ad863e466093f429cde8eb1f16";
-    sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04=";
+    rev = "b631afa4f6fd86560ccbdb8c7b6fe42851c06a57";
+    sha256 = "MaBzGZ05uCoeeiglFYHC40hQlPvtDw5sQhqXgtVDySc=";
   };
 
   separateDebugInfo = true;