summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2018-08-27 22:37:22 +0000
committerAaron Andersen <aaron@fosslib.net>2018-08-27 22:37:22 +0000
commit1a05952f442393a2a489f2d47c9a42e839af7ea9 (patch)
treee8938abf263abe1e70f756ff6a869138ea3daead
parent9153e499a821e946c075191073397f76152bd89b (diff)
downloadnixpkgs-1a05952f442393a2a489f2d47c9a42e839af7ea9.tar
nixpkgs-1a05952f442393a2a489f2d47c9a42e839af7ea9.tar.gz
nixpkgs-1a05952f442393a2a489f2d47c9a42e839af7ea9.tar.bz2
nixpkgs-1a05952f442393a2a489f2d47c9a42e839af7ea9.tar.lz
nixpkgs-1a05952f442393a2a489f2d47c9a42e839af7ea9.tar.xz
nixpkgs-1a05952f442393a2a489f2d47c9a42e839af7ea9.tar.zst
nixpkgs-1a05952f442393a2a489f2d47c9a42e839af7ea9.zip
remove duplicate string
-rw-r--r--pkgs/tools/system/incron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/incron/default.nix b/pkgs/tools/system/incron/default.nix
index d29575f8be3..29e3b88acc8 100644
--- a/pkgs/tools/system/incron/default.nix
+++ b/pkgs/tools/system/incron/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "ar-";
     repo = "incron";
-    rev = "incron-0.5.12";
+    rev = name;
     sha256 = "11d5f98cjafiv9h9zzzrw2s06s2fvdg8gp64km7mdprd2xmy6dih";
   };