screen-message: 0.28 -> 0.29

This commit is contained in:
Franz Pletz 2024-11-12 14:51:58 +01:00
parent e2e79be9c8
commit 14a09fe48f
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "screen-message";
version = "0.28";
version = "0.29";
src = fetchFromGitHub {
owner = "nomeata";
repo = "screen-message";
rev = version;
hash = "sha256-KHJL1N72Hc1B1m0olxoZxBHIpq/d/T3m2VdS5XC9+tk=";
hash = "sha256-fwKle+aXZuiNo5ksrigj7BGLv2fUILN2GluHHZ6co6s=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];