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
commit 1c75a36b81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libremines"; pname = "libremines";
version = "1.10.0"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Bollos00"; owner = "Bollos00";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-aqWzTvvRoke+Rakb6dNpDoD7haKHEKW3XARGLrH2WiY="; hash = "sha256-LejDXjli+AEVGp23y+ez/NyJY/8w7uHcOij6RsDwIH4=";
}; };
nativeBuildInputs = [ cmake wrapQtAppsHook ]; nativeBuildInputs = [ cmake wrapQtAppsHook ];