We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b74efc4 + 14a09fe commit b2e941fCopy full SHA for b2e941f
pkgs/by-name/sc/screen-message/package.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "screen-message";
5
- version = "0.28";
+ version = "0.29";
6
7
src = fetchFromGitHub {
8
owner = "nomeata";
9
repo = "screen-message";
10
rev = version;
11
- hash = "sha256-KHJL1N72Hc1B1m0olxoZxBHIpq/d/T3m2VdS5XC9+tk=";
+ hash = "sha256-fwKle+aXZuiNo5ksrigj7BGLv2fUILN2GluHHZ6co6s=";
12
};
13
14
nativeBuildInputs = [ autoreconfHook pkg-config ];
0 commit comments