aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/flent
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-11-05 00:38:42 +0100
committerPatrick Hilhorst <git@hilhorst.be>2018-11-06 00:17:02 +0100
commit1c69e58e61a221aa3f11197f15b3f2cdf5dd08d5 (patch)
tree6c6cdb0cc883fd6a9182f4bc154230957ba4d4a6 /pkgs/applications/networking/flent
parent914392c646c57c4d24baaa3f40ffefe1aaf52445 (diff)
treewide: use unstable-date instead of hash as version
Diffstat (limited to 'pkgs/applications/networking/flent')
-rw-r--r--pkgs/applications/networking/flent/http-getter.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flent/http-getter.nix b/pkgs/applications/networking/flent/http-getter.nix
index 20557c18c52..63c18d6e092 100644
--- a/pkgs/applications/networking/flent/http-getter.nix
+++ b/pkgs/applications/networking/flent/http-getter.nix
@@ -2,8 +2,8 @@
, curl, pkgconfig }:
stdenv.mkDerivation rec {
- name = "http-getter";
- version = "20180606";
+ pname = "http-getter";
+ version = "unstable-2018-06-06";
src = fetchFromGitHub {
owner = "tohojo";