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

libremines: 1.10.0 -> 2.0.0

parent 7794d8a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "libremines";
  version = "1.10.0";
  version = "2.0.0";

  src = fetchFromGitHub {
    owner = "Bollos00";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-aqWzTvvRoke+Rakb6dNpDoD7haKHEKW3XARGLrH2WiY=";
    hash = "sha256-LejDXjli+AEVGp23y+ez/NyJY/8w7uHcOij6RsDwIH4=";
  };

  nativeBuildInputs = [ cmake wrapQtAppsHook ];