about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hello-wayland
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 04:54:27 +0000
committerAlyssa Ross <hi@alyssa.is>2024-04-01 10:00:28 +0200
commite1b6b030fcbeea1d1c945bd1e7822206441256c1 (patch)
treef99707c5c52e6d923687225c5bb9a7f31e5959ec /pkgs/applications/graphics/hello-wayland
parentf6957593d4ca06677afb3cd0ddd6866b574a7431 (diff)
hello-wayland: unstable-2023-10-26 -> 0-unstable-2024-03-04
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 d2ce6c57cec21..79326a6a700f6 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-10-26";
+  version = "0-unstable-2024-03-04";
 
   src = fetchFromGitHub {
     owner = "emersion";
     repo = "hello-wayland";
-    rev = "b631afa4f6fd86560ccbdb8c7b6fe42851c06a57";
-    sha256 = "MaBzGZ05uCoeeiglFYHC40hQlPvtDw5sQhqXgtVDySc=";
+    rev = "5f3a35def81116f0a74fcaf5a421d66c6700482d";
+    hash = "sha256-gcLR8gosQlPPgFrxqmRQ6/59RjAfJNX6CcsYP+L+A58=";
   };
 
   separateDebugInfo = true;