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

ft2-clone: 2.13 -> 2.14 (#507823)

parents d2e6096d b61d633d
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.13";
  version = "2.14";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "ft2-clone";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Ieu7dxNEPz2DVKTfo2sitvtvAeKMCu3EiF6/PKrgETs=";
    hash = "sha256-JfATinxTuc8SCdLPxTwY/NL05UP34k5gFpcurI2TG1U=";
  };

  nativeBuildInputs = [ cmake ];