ft2-clone: 1.73 -> 1.74

This commit is contained in:
R. Ryantm 2023-12-17 05:00:09 +00:00 committed by Francesco Gazzetta
parent 80dfc4d801
commit 965236f4c0

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.73";
version = "1.74";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
hash = "sha256-f5deXMSyZIDKPO7hsNONes/kTFLFodx4nuEjZzkR5Aw=";
hash = "sha256-plr5vmtYL0adeocY4/3hRI2RQ7lDkLvBbQPq2Jw6MvU=";
};
nativeBuildInputs = [ cmake ];