Merge pull request #297615 from r-ryantm/auto-update/ft2-clone

ft2-clone: 1.78 -> 1.79.2
This commit is contained in:
Nick Cao 2024-03-22 10:27:35 -04:00 committed by GitHub
commit d9098707db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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