···11{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, fftw, hackrf, libusb1 }:
2233stdenv.mkDerivation {
44- name = "kalibrate-hackrf-unstable-20160827";
44+ pname = "kalibrate-hackrf";
55+ version = "unstable-2016-08-27";
5667 # There are no tags/releases, so use the latest commit from git master.
78 # Currently, the latest commit is from 2016-07-03.
+2-1
pkgs/applications/radio/kalibrate-rtl/default.nix
···11{ lib, stdenv, fetchgit, autoreconfHook, pkg-config, fftw, rtl-sdr, libusb1 }:
2233stdenv.mkDerivation {
44- name = "kalibrate-rtl-20131214";
44+ pname = "kalibrate-rtl";
55+ version = "2013-12-14";
5667 # There are no tags/releases, so use the latest commit from git master.
78 # Currently, the latest commit is from 2013-12-14.