Merge pull request #180470 from r-ryantm/auto-update/dunst

dunst: 1.8.1 -> 1.9.0
This commit is contained in:
superherointj 2022-07-07 09:30:36 -03:00 committed by GitHub
commit 2189518ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "dunst";
version = "1.8.1";
version = "1.9.0";
src = fetchFromGitHub {
owner = "dunst-project";
repo = "dunst";
rev = "v${version}";
sha256 = "sha256-aMla5mzQpN9CNDc4QSxjcKR+Ufej+8WLBYxCntApcKU=";
sha256 = "sha256-fRPhu+kpwLPvdzIpXSjXFzQTfv4xewOMv/1ZqLJw3dk=";
};
nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ];