Commit fc9c70d4 authored by R. RyanTM's avatar R. RyanTM
Browse files

ft2-clone: 2.04 -> 2.05

parent 0352cd1d
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.04";
  version = "2.05";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "ft2-clone";
    rev = "v${finalAttrs.version}";
    hash = "sha256-nLuorUpw42zuGG5hIk2Gr8lEjQ2wEWe7svx8IC+rFso=";
    hash = "sha256-wMR0S8knfMncjRVDExXkfKGJlDGOjrgAh+bbe0023dw=";
  };

  nativeBuildInputs = [ cmake ];