Unverified Commit d5d19eb9 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

ft2-clone: 2.07 -> 2.11 (#498723)

parents 95ace28d 8da58c21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ft2-clone";
  version = "2.07";
  version = "2.11";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "ft2-clone";
    rev = "v${finalAttrs.version}";
    hash = "sha256-g32teMDOv+lYmZNJNCnjlHszFb7cjKLWMHVuxHZvAHo=";
    hash = "sha256-thOQcsnFkDJh0P2Yu/1rCmt/M3Ikr88ffFHUDrgFNyk=";
  };

  nativeBuildInputs = [ cmake ];