cbatticon: 1.6.12 -> 1.6.13

This commit is contained in:
R. Ryantm 2022-05-27 05:19:32 +00:00
parent e90841186a
commit bc1da43a85

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