Commit b117f65a authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

ft2-clone: 1.79.2 -> 1.80

parent fb158384
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "ft2-clone";
  version = "1.79.2";
  version = "1.80";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "ft2-clone";
    rev = "v${version}";
    hash = "sha256-/RZXtSjJ0nRtlMreT4M/IYQpdv/UXjVJaHMld9wwaUw=";
    hash = "sha256-Zm/HJasZ6iF1wWOzpViQVutFBjv/qbeWkUJOGAbbEYw=";
  };

  nativeBuildInputs = [ cmake ];