libremines: 1.10.0 -> 2.0.0

This commit is contained in:
R. Ryantm
2024-02-25 03:07:44 +00:00
parent 7794d8a785
commit c7e95762f6
+2 -2
View File
@@ -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 ];