libremines: 2.0.1 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-09-22 18:25:52 +00:00
parent e5407b55bd
commit 0874226728
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libremines";
version = "2.0.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "Bollos00";
repo = "libremines";
tag = "v${finalAttrs.version}";
hash = "sha256-TQwjEgtqAvKnrpia6VloRgFwtq5TNDmxU+ZWjtEK/n8=";
hash = "sha256-JLA+QpPhhEiv75jpzKncBHsC5WGK0dht5jVJx56pz88=";
};
nativeBuildInputs = [