littlenavmap: 3.0.16 -> 3.0.17 (#402265)

This commit is contained in:
Christian Kögler
2025-04-29 09:44:44 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
View File
@@ -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 = [