Commit 36233d96 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

hello-wayland: unstable-2023-03-16 -> unstable-2023-04-23

parent 6bda19fb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation {
  pname = "hello-wayland";
  version = "unstable-2023-03-16";
  version = "unstable-2023-04-23";

  src = fetchFromGitHub {
    owner = "emersion";
    repo = "hello-wayland";
    rev = "f6a8203309977af03cda94765dd61367c189bea6";
    sha256 = "FNtc6OApW/epAFortvujNVWJJVI44IY+Pa0qU0QdecA=";
    rev = "77e270c19672f3ad863e466093f429cde8eb1f16";
    sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04=";
  };

  nativeBuildInputs = [ imagemagick pkg-config ];