overlay/bmxd: update

This commit is contained in:
Astro 2022-06-13 19:27:14 +02:00
parent 3bf3477dec
commit a96244697a
1 changed files with 4 additions and 12 deletions

View File

@ -2,24 +2,16 @@
stdenv.mkDerivation {
pname = "bmxd";
version = "0.4-1"; # ${version}-${release}
version = "1.1-2"; # ${version}-${release}
src = fetchgit {
url = "https://gitlab.freifunk-dresden.de/firmware-developer/firmware.git";
rev = "T_FIRMWARE_7.0.1";
sha256 = "sha256-3sV59uqFp+TZKrDf7kmksLvz+5ZKriwFyXZMBH2Sdws=";
rev = "T_FIRMWARE_7.0.3";
sha256 = "sha256-LPlsfZvi0Hs9h0IM8Xtiv8GkkVLWs8LL+XSewTT+XHA=";
};
patches = [
(fetchpatch {
name = "timercpy.patch";
url = "https://gitlab.freifunk-dresden.de/firmware-developer/firmware/merge_requests/36.patch";
sha256 = "sha256-40BbcCZ10cQzvkfsAi8ApCgmC4hGMh2J8xU6gjD3cng=";
})
];
buildPhase = ''
cd feeds/19.07/feeds-own/bmxd/sources
cd feeds/common/bmxd/sources
'';
installFlags = [