Merge pull request #183125 from r-ryantm/auto-update/batsignal

batsignal: 1.5.0 -> 1.5.1
This commit is contained in:
Stig 2022-07-27 22:31:50 +02:00 committed by GitHub
commit 888e0ce835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "batsignal";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "electrickite";
repo = "batsignal";
rev = version;
sha256 = "sha256-gZMGbw7Ij1IVQSWOqG/91YrbWTG3I3l6Yp11QbVCfyY=";
sha256 = "sha256-lXxHvcUlIl5yb4QBJ/poLdTbwBMBlDYmTz4tSdNtCyY=";
};
buildInputs = [ libnotify glib ];