Merge pull request #148031 from ncfavier/dunst
This commit is contained in:
commit
e548124fc6
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dunst";
|
pname = "dunst";
|
||||||
version = "1.7.1";
|
version = "1.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dunst-project";
|
owner = "dunst-project";
|
||||||
repo = "dunst";
|
repo = "dunst";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0v15fhwzcg7zfn092sry0f4qb6dccz9bb312y9dadg745wf3n9qw";
|
sha256 = "LGLo+K0FxQQ3hrPYwvjApcOnNliZ5j0T6yEtcxZAFOU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ];
|
nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue