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

ft2-clone: 1.37 -> 1.39
This commit is contained in:
Ryan Mulligan 2020-11-11 06:33:05 -08:00 committed by GitHub
commit 5259fccb41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.37";
version = "1.39";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "1lhpzd46mpr3bq13qhd0bq724db5fhc8jplfb684c2q7sc4v92nk";
sha256 = "0vc7gni24q649b53flz7rlgnc5xl2dqdklgwc2brj380a5s7g6m7";
};
nativeBuildInputs = [ cmake ];