Merge pull request #239326 from r-ryantm/auto-update/bonzomatic

bonzomatic: 2022-08-20 -> 2023-06-15
This commit is contained in:
Weijia Wang
2023-06-26 07:07:02 +02:00
committed by GitHub
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "bonzomatic";
version = "2022-08-20";
version = "2023-06-15";
src = fetchFromGitHub {
owner = "Gargaj";
repo = pname;
rev = version;
sha256 = "sha256-AaUMefxQd00O+MAH4OLoyQIXZCRQQbt2ucgt7pVvN24=";
sha256 = "sha256-hwK3C+p1hRwnuY2/vBrA0QsJGIcJatqq+U5/hzVCXEg=";
};
nativeBuildInputs = [ cmake makeWrapper ];