tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hello-wayland: unstable-2023-03-16 -> unstable-2023-04-23
Alyssa Ross
2 years ago
36233d96
6bda19fb
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
hello-wayland
default.nix
+3
-3
pkgs/applications/graphics/hello-wayland/default.nix
···
5
6
stdenv.mkDerivation {
7
pname = "hello-wayland";
8
-
version = "unstable-2023-03-16";
9
10
src = fetchFromGitHub {
11
owner = "emersion";
12
repo = "hello-wayland";
13
-
rev = "f6a8203309977af03cda94765dd61367c189bea6";
14
-
sha256 = "FNtc6OApW/epAFortvujNVWJJVI44IY+Pa0qU0QdecA=";
15
};
16
17
nativeBuildInputs = [ imagemagick pkg-config ];
···
5
6
stdenv.mkDerivation {
7
pname = "hello-wayland";
8
+
version = "unstable-2023-04-23";
9
10
src = fetchFromGitHub {
11
owner = "emersion";
12
repo = "hello-wayland";
13
+
rev = "77e270c19672f3ad863e466093f429cde8eb1f16";
14
+
sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04=";
15
};
16
17
nativeBuildInputs = [ imagemagick pkg-config ];