Unverified Commit 1c75a36b authored by lassulus's avatar lassulus Committed by GitHub
Browse files

Merge pull request #291285 from r-ryantm/auto-update/libremines

libremines: 1.10.0 -> 2.0.0
parents 079d3ab9 c7e95762
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 ];