ft2-clone: 1.78 -> 1.79.2

This commit is contained in:
R. Ryantm 2024-03-21 04:21:53 +00:00
parent 71a5d2c832
commit 3d7f72a06e

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ft2-clone"; pname = "ft2-clone";
version = "1.78"; version = "1.79.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "8bitbubsy"; owner = "8bitbubsy";
repo = "ft2-clone"; repo = "ft2-clone";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tGIjhh6F4ePKpMiBPjnpiUfqy8BSvzyeosVZMecCwxM="; hash = "sha256-/RZXtSjJ0nRtlMreT4M/IYQpdv/UXjVJaHMld9wwaUw=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];