Skip to content

Commit b2e941f

Browse files
authored
Merge: screen-message: 0.28 -> 0.29 (#355435)
2 parents b74efc4 + 14a09fe commit b2e941f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sc/screen-message/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "screen-message";
5-
version = "0.28";
5+
version = "0.29";
66

77
src = fetchFromGitHub {
88
owner = "nomeata";
99
repo = "screen-message";
1010
rev = version;
11-
hash = "sha256-KHJL1N72Hc1B1m0olxoZxBHIpq/d/T3m2VdS5XC9+tk=";
11+
hash = "sha256-fwKle+aXZuiNo5ksrigj7BGLv2fUILN2GluHHZ6co6s=";
1212
};
1313

1414
nativeBuildInputs = [ autoreconfHook pkg-config ];

0 commit comments

Comments
 (0)