aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/beam-modules
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/development/beam-modules
parent914392c646c57c4d24baaa3f40ffefe1aaf52445 (diff)
treewide: use unstable-date instead of hash as version
Diffstat (limited to 'pkgs/development/beam-modules')
-rw-r--r--pkgs/development/beam-modules/hex-registry-snapshot.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/beam-modules/hex-registry-snapshot.nix b/pkgs/development/beam-modules/hex-registry-snapshot.nix
index 991e9717b80..fbd2950b6d5 100644
--- a/pkgs/development/beam-modules/hex-registry-snapshot.nix
+++ b/pkgs/development/beam-modules/hex-registry-snapshot.nix
@@ -1,9 +1,9 @@
{stdenv, writeText, fetchFromGitHub }:
stdenv.mkDerivation rec {
- name = "hex-registry";
+ pname = "hex-registry";
rev = "11d7a24e9f53f52490ce255a6248e71128e73aa1";
- version = "20180712.${rev}";
+ version = "unstable-2018-07-12";
src = fetchFromGitHub {
inherit rev;