ft2-clone: 1.95 -> 1.96

This commit is contained in:
R. Ryantm 2025-05-21 14:26:02 +00:00 committed by Francesco Gazzetta
parent 5704e43a15
commit 71eace0005

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ft2-clone"; pname = "ft2-clone";
version = "1.95"; version = "1.96";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "8bitbubsy"; owner = "8bitbubsy";
repo = "ft2-clone"; repo = "ft2-clone";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Xb4LHoon56P6OmHvd7RkODrOc4MDa0+U8npypGhcyw4="; hash = "sha256-Kw2EjFiKRVriiauwL/o/yNQkFwnKA23qTs4fhZtEEuA=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];