about summary refs log tree commit diff
path: root/pkgs/applications/radio/kalibrate-hackrf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/radio/kalibrate-hackrf/default.nix')
-rw-r--r--pkgs/applications/radio/kalibrate-hackrf/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/radio/kalibrate-hackrf/default.nix b/pkgs/applications/radio/kalibrate-hackrf/default.nix
index 5792031c802d4..f10840e1bea96 100644
--- a/pkgs/applications/radio/kalibrate-hackrf/default.nix
+++ b/pkgs/applications/radio/kalibrate-hackrf/default.nix
@@ -1,7 +1,8 @@
 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, fftw, hackrf, libusb1 }:
 
 stdenv.mkDerivation {
-  name = "kalibrate-hackrf-unstable-20160827";
+  pname = "kalibrate-hackrf";
+  version = "unstable-2016-08-27";
 
   # There are no tags/releases, so use the latest commit from git master.
   # Currently, the latest commit is from 2016-07-03.