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

libremines: 1.9.1 -> 1.10.0
This commit is contained in:
Weijia Wang 2023-06-11 22:56:36 +03:00 committed by GitHub
commit ab34cfd384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libremines";
version = "1.9.1";
version = "1.10.0";
src = fetchFromGitHub {
owner = "Bollos00";
repo = pname;
rev = "v${version}";
hash = "sha256-CQE7fggRxFI/VatS7NMcIrC78tzqSwkkVC8gK9iKdVY=";
hash = "sha256-aqWzTvvRoke+Rakb6dNpDoD7haKHEKW3XARGLrH2WiY=";
};
nativeBuildInputs = [ cmake wrapQtAppsHook ];