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

libremines: 1.10.0 -> 2.0.0
This commit is contained in:
lassulus
2024-02-25 12:25:13 +07:00
committed by GitHub
+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 ];