Merge pull request #184481 from r-ryantm/auto-update/psi-notify

psi-notify: 1.2.1 -> 1.3.1
This commit is contained in:
Jonas Heinrich
2022-08-25 09:56:05 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "psi-notify";
version = "1.2.1";
version = "1.3.1";
src = fetchFromGitHub {
owner = "cdown";
repo = pname;
rev = version;
sha256 = "0hn37plim1smmlrjjmz8kybyms8pz3wxcgf8vmqjrsqi6bfcym7g";
sha256 = "sha256-GhGiSI5r0Ki6+MYNa5jCDyYZEW5R9LDNZ/S8K+6L0jo=";
};
buildInputs = [ systemd libnotify ];