qmapshack: 1.20.0 -> 1.20.1

This commit is contained in:
R. Ryantm
2026-02-24 08:15:19 +00:00
parent 493a3b2177
commit cb506755ee
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qmapshack";
version = "1.20.0";
version = "1.20.1";
src = fetchFromGitHub {
owner = "Maproom";
repo = "qmapshack";
tag = "V_${finalAttrs.version}";
hash = "sha256-OazG5BkgofNXWKoTpKEoyZ+Ew1u2w2i1Y/ovTYNrl+w=";
hash = "sha256-NqyouJGagVvyJGGetF8csA1byATaigBtGJIt5U3in+0=";
};
nativeBuildInputs = [