bonzomatic: 2022-08-20 -> 2023-06-15

This commit is contained in:
R. Ryantm
2023-06-23 09:32:42 +00:00
parent 05a9a6a6f4
commit 4d7410cfc4
@@ -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 ];