Unverified Commit b2e941f7 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

parents b74efc4f 14a09fe4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];