Commit 8da58c21 authored by R. RyanTM's avatar R. RyanTM
Browse files

ft2-clone: 2.07 -> 2.11

parent 3b5e6b49
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 ];