Merge pull request #96157 from r-ryantm/auto-update/systembus-notify

systembus-notify: 1.0 -> 1.1
This commit is contained in:
Jörg Thalheim 2020-08-24 11:46:01 +01:00 committed by GitHub
commit 550819a01b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "systembus-notify";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
owner = "rfjakob";
repo = "systembus-notify";
rev = "v${version}";
sha256 = "11zq84qfmbyl51d3r6294l2bjhlgwa9bx7d263g9fkqrwsg0si0y";
sha256 = "1pdn45rfpwhrf20hs87qmk2j8sr7ab8161f81019wnypnb1q2fsv";
};
buildInputs = [ systemd ];