qmapshack: 1.20.1 -> 1.20.2

This commit is contained in:
R. Ryantm
2026-04-24 13:56:03 +00:00
parent e9276bcd82
commit 5ca89189e8
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qmapshack";
version = "1.20.1";
version = "1.20.2";
src = fetchFromGitHub {
owner = "Maproom";
repo = "qmapshack";
tag = "V_${finalAttrs.version}";
hash = "sha256-NqyouJGagVvyJGGetF8csA1byATaigBtGJIt5U3in+0=";
hash = "sha256-WLuD1qm1KoM5LtvanUrhV4ZsdvnXkanQVLT0p/fzRXg=";
};
nativeBuildInputs = [