libremines: 2.2.1 -> 2.3.0

This commit is contained in:
R. Ryantm
2026-03-30 01:43:20 +00:00
parent 8e9b0fdaf1
commit 6d2ca74e34
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libremines";
version = "2.2.1";
version = "2.3.0";
src = fetchFromGitHub {
owner = "Bollos00";
repo = "libremines";
tag = "v${finalAttrs.version}";
hash = "sha256-DscpRqXho+bZnXDLyii/cZjuL4MRTAQOuX6PUfwXCx8=";
hash = "sha256-bV7k0RhOLqyX7kKbISTo8gRiMVGx3Y2EdmihpdtIWz4=";
};
nativeBuildInputs = [