ft2-clone: 1.82 -> 1.83

This commit is contained in:
R. Ryantm
2024-05-11 08:30:34 +00:00
committed by Francesco Gazzetta
parent 29b607f43d
commit 02577a094b
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.82";
version = "1.83";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
hash = "sha256-qEwPKrgmWYMIwIdgKozG9kghCYp4aoYTX28GqKbuDu4=";
hash = "sha256-JMHLB/a86rfxTxl3GXU+lhYtliR8WOAzWilbWei0K2A=";
};
nativeBuildInputs = [ cmake ];