Merge pull request #174864 from r-ryantm/auto-update/cbatticon

cbatticon: 1.6.12 -> 1.6.13
This commit is contained in:
José Romildo Malaquias 2022-05-27 20:15:19 -03:00 committed by GitHub
commit 5843d4b866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cbatticon";
version = "1.6.12";
version = "1.6.13";
src = fetchFromGitHub {
owner = "valr";
repo = pname;
rev = version;
sha256 = "sha256-FGCT3gP+KL71Am4cd+f71iY8EwDPRZJ4+FDgQqjZK1M=";
sha256 = "sha256-VQjJujF9lnVvQxV+0YqodLgnI9F90JKDAGBu5nM/Q/c=";
};
nativeBuildInputs = [ pkg-config gettext wrapGAppsHook ];