fr24feed: 1.0.25-3 -> 1.0.34-0
This commit is contained in:
parent
f1118a9a04
commit
e31acba002
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
let
|
let
|
||||||
fr24feed = stdenv.mkDerivation rec {
|
fr24feed = stdenv.mkDerivation rec {
|
||||||
pname = "fr24feed-unwrapped";
|
pname = "fr24feed-unwrapped";
|
||||||
version = "1.0.25-3";
|
version = "1.0.34-0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_${version}_amd64.tgz";
|
url = "https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_${version}_amd64.tgz";
|
||||||
sha256 = "sha256:0gvb1p2lhgcrgpid3nqid92sbpg8561yfjlnbmi07bhs3vcilmbq";
|
sha256 = "sha256:0rsxn4nmja6j3r9wh6gifmdwwccx68lh45h0bjrkl45pwv7g39bd";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue