ft2-clone: 1.80 -> 1.82

This commit is contained in:
R. Ryantm 2024-04-14 15:09:29 +00:00 committed by Francesco Gazzetta
parent 7c766f4a2d
commit 51af928dec
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.80";
version = "1.82";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
hash = "sha256-Zm/HJasZ6iF1wWOzpViQVutFBjv/qbeWkUJOGAbbEYw=";
hash = "sha256-qEwPKrgmWYMIwIdgKozG9kghCYp4aoYTX28GqKbuDu4=";
};
nativeBuildInputs = [ cmake ];