Unverified Commit 985ff32a authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

littlenavmap: 3.0.16 -> 3.0.17 (#402265)

parents a1446b1e 6fbc2a63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "atools";
  version = "4.0.16";
  version = "4.0.17";

  src = fetchFromGitHub {
    owner = "albar965";
    repo = "atools";
    tag = "v${version}";
    hash = "sha256-wPDE2CUHrf/WoksInYZ9UBEBMISqIkBYcMVu0NaxbmE=";
    hash = "sha256-R5CbMdT8UsPiiIXFhmdAmNa1fKLPfUrWunlbwsHOVow=";
  };

  nativeBuildInputs = [
+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ let
    src = fetchFromGitHub {
      owner = "albar965";
      repo = "marble";
      rev = "722acf7f8d79023f6c6a761063645a1470bb3935";
      rev = "722acf7f8d79023f6c6a761063645a1470bb3935"; # branch lnm/1.1
      hash = "sha256-5GSa+xIQS9EgJXxMFUOA5jTtHJ6Dl4C9yAkFPIOrgo8=";
    };

@@ -69,13 +69,13 @@ let
in
stdenv.mkDerivation (finalAttrs: rec {
  inherit pname;
  version = "3.0.16";
  version = "3.0.17";

  src = fetchFromGitHub {
    owner = "albar965";
    repo = "littlenavmap";
    rev = "v${version}";
    hash = "sha256-QUgQV8WOAVowjGFpNbzl32gksQ2OnWtLfrJmBK2lJ6M=";
    tag = "v${version}";
    hash = "sha256-/1YB2uEQzT0K6IylpWDqOaMSENDR9GuyJNty+2C8kXM=";
  };

  nativeBuildInputs = [