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-03-16 10:39:32 +0000
committerAlyssa Ross <hi@alyssa.is>2023-03-20 13:36:39 +0000
commit7ebafc91abe22556231ea59fb8fcf805b20c844f (patch)
treeae168c2730f64fa3647ca11883954730bcc52cf0 /pkgs/applications/graphics/hello-wayland
parent9be6279af248e8aeaa75d47e796c5279aafaa844 (diff)
hello-wayland: unstable-2020-07-27 -> unstable-2023-03-16
Only changes are to the README and a cross-compilation fix.
Diffstat (limited to 'pkgs/applications/graphics/hello-wayland')
-rw-r--r--pkgs/applications/graphics/hello-wayland/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/hello-wayland/default.nix b/pkgs/applications/graphics/hello-wayland/default.nix
index b11e2be9daf67..7ecc43c449070 100644
--- a/pkgs/applications/graphics/hello-wayland/default.nix
+++ b/pkgs/applications/graphics/hello-wayland/default.nix
@@ -3,14 +3,14 @@
 }:
 
 stdenv.mkDerivation {
-  pname = "hello-wayland-unstable";
-  version = "2020-07-27";
+  pname = "hello-wayland";
+  version = "unstable-2023-03-16";
 
   src = fetchFromGitHub {
     owner = "emersion";
     repo = "hello-wayland";
-    rev = "501d0851cfa7f21c780c0eb52f0a6b23f02918c5";
-    sha256 = "0dz6przqp57kw8ycja3gw6jp9x12217nwbwdpgmvw7jf0lzhk4xr";
+    rev = "f6a8203309977af03cda94765dd61367c189bea6";
+    sha256 = "FNtc6OApW/epAFortvujNVWJJVI44IY+Pa0qU0QdecA=";
   };
 
   nativeBuildInputs = [ imagemagick pkg-config ];