Commit 939734d0 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

ft2-clone: 2.04 -> 2.05 (#493119)

parents a22cb6c8 fc9c70d4
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 ];