qmapshack: 1.19.0 -> 1.20.0

This commit is contained in:
R. Ryantm
2026-02-16 13:23:09 +00:00
parent 247f5e5a25
commit c67f1524ef
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qmapshack";
version = "1.19.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "Maproom";
repo = "qmapshack";
tag = "V_${finalAttrs.version}";
hash = "sha256-g/csg44pyjLCavRNu/WgNY3sXW0hncB1xpAPhvyuD60=";
hash = "sha256-OazG5BkgofNXWKoTpKEoyZ+Ew1u2w2i1Y/ovTYNrl+w=";
};
nativeBuildInputs = [