From 2e2483d3aa9d76f6775add84b39e30c95ed7c84f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 22 Mar 2026 14:55:19 +0000 Subject: [PATCH] hello-wayland: 0-unstable-2024-03-04 -> 0-unstable-2026-03-17 --- pkgs/by-name/he/hello-wayland/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/he/hello-wayland/package.nix b/pkgs/by-name/he/hello-wayland/package.nix index da0e883992b3..e2091340fd1e 100644 --- a/pkgs/by-name/he/hello-wayland/package.nix +++ b/pkgs/by-name/he/hello-wayland/package.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation { pname = "hello-wayland"; - version = "0-unstable-2024-03-04"; + version = "0-unstable-2026-03-17"; src = fetchFromGitHub { owner = "emersion"; repo = "hello-wayland"; - rev = "5f3a35def81116f0a74fcaf5a421d66c6700482d"; - hash = "sha256-gcLR8gosQlPPgFrxqmRQ6/59RjAfJNX6CcsYP+L+A58="; + rev = "9a64c5ce78d004dc50814361b5153cef071f7042"; + hash = "sha256-YSdBY0IJQB7iyiunVikFHd0S2GlPy7cZBl+aQkpCY1s="; }; separateDebugInfo = true;