Commit c67f1524 authored by R. RyanTM's avatar R. RyanTM
Browse files

qmapshack: 1.19.0 -> 1.20.0

parent 247f5e5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [