libremines: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm 2023-06-11 07:58:30 +00:00
parent 907f5f46fa
commit ef85ad459a

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 ];