Commit 9549a995 authored by R. RyanTM's avatar R. RyanTM
Browse files

gendef: 11.0.1 -> 14.0.0

parent 25ac73a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gendef";
  version = "11.0.1";
  version = "14.0.0";

  src = fetchgit {
    url = "https://git.code.sf.net/p/mingw-w64/mingw-w64.git";
    rev = "v${finalAttrs.version}";
    hash = "sha256-0vbAHSN+uwxoXXZtbuycP67PxjcB8Ftxd/Oij1gqE3Y=";
    hash = "sha256-ZhbY/RvTBI8ELSe0D7uzWi13sspgNZhdYg4LLK0JRng=";
  };

  sourceRoot = "${finalAttrs.src.name}/mingw-w64-tools/gendef";