mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:57:49 +00:00
Merge: screen-message: 0.28 -> 0.29 (#355435)
This commit is contained in:
commit
b2e941f762
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user