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

batsignal: 1.3.5 -> 1.5.0
This commit is contained in:
Bobby Rong 2022-06-30 19:32:02 +08:00 committed by GitHub
commit 88d0ef4a78
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.3.5";
version = "1.5.0";
src = fetchFromGitHub {
owner = "electrickite";
repo = "batsignal";
rev = version;
sha256 = "sha256-bBa3eKBT43G/Q8gYluW2gH5qcmp/SsrF06onyGlg+UI=";
sha256 = "sha256-gZMGbw7Ij1IVQSWOqG/91YrbWTG3I3l6Yp11QbVCfyY=";
};
buildInputs = [ libnotify glib ];