psi-notify: 1.2.1 -> 1.3.1

This commit is contained in:
R. Ryantm 2022-08-16 19:28:41 +00:00
parent ce7b4fd5a6
commit cbd3e2ba71

View File

@ -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 ];