Commit 251144e4 authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

traccar: 6.9.0 -> 6.9.1

parent f2e61682
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "traccar";
  version = "6.9.0";
  version = "6.9.1";
  nativeBuildInputs = [ pkgs.makeWrapper ];

  src = fetchzip {
    stripRoot = false;
    url = "https://github.com/traccar/traccar/releases/download/v${version}/traccar-other-${version}.zip";
    hash = "sha256-UILLCRzefPY6AWzy1AOLFu1L+h22VylMAR/25pE9RGE=";
    hash = "sha256-PR0crdEGYr4lVp5JSFSLGsR+uZKWulfp6LA57y9K88E=";
  };

  installPhase = ''