From e1b6b030fcbeea1d1c945bd1e7822206441256c1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 8 Mar 2024 04:54:27 +0000 Subject: [PATCH] hello-wayland: unstable-2023-10-26 -> 0-unstable-2024-03-04 --- pkgs/applications/graphics/hello-wayland/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/hello-wayland/default.nix b/pkgs/applications/graphics/hello-wayland/default.nix index d2ce6c57cec2..79326a6a700f 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;