neowall: 0.4.2 -> 0.4.3 (#469964)

This commit is contained in:
Sandro
2025-12-13 15:18:05 +00:00
committed by GitHub
+11 -5
View File
@@ -5,22 +5,25 @@
lib,
libglvnd,
mesa,
libX11,
libXrandr,
libpng,
libjpeg,
wayland,
wayland-scanner,
wayland-protocols,
versionCheckHook,
}:
stdenv.mkDerivation (finallAttrs: {
stdenv.mkDerivation (finalAttrs: {
pname = "neowall";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "1ay1";
repo = "neowall";
tag = "v${finallAttrs.version}";
hash = "sha256-q/M79ol4l4YIsewP50/6I2C5zKmF1Bc4mgIC896qxPY=";
tag = "v${finalAttrs.version}";
hash = "sha256-Wt9sNuUO2IIXlQAanDsWNjbqAaUH/jCzPoQYokl36OU=";
};
nativeBuildInputs = [
@@ -30,7 +33,10 @@ stdenv.mkDerivation (finallAttrs: {
buildInputs = [
wayland
wayland-protocols
mesa
libX11
libXrandr
libglvnd
libpng
libjpeg
@@ -45,7 +51,7 @@ stdenv.mkDerivation (finallAttrs: {
versionCheckProgramArg = "--version";
meta = {
changelog = "https://github.com/1ay1/neowall/releases/tag/${finallAttrs.src.tag}";
changelog = "https://github.com/1ay1/neowall/releases/tag/${finalAttrs.src.tag}";
description = "GPU shader wallpapers for Wayland";
homepage = "https://github.com/1ay1/neowall";
license = lib.licenses.mit;