Merge: screen-message: 0.28 -> 0.29 (#355435)

This commit is contained in:
Maximilian Bosch 2024-11-13 14:25:36 +01:00 committed by GitHub
commit b2e941f762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];