Unverified Commit 1aa39035 authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

traccar: 6.9.1 -> 6.10.0 (#444836)

parents 90a46a00 05f632d5
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.1";
  version = "6.10.0";
  nativeBuildInputs = [ pkgs.makeWrapper ];

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

  installPhase = ''