summary refs log tree commit diff
path: root/pkgs/os-specific/linux/disk-indicator
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-06-04 20:22:36 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-06-04 23:34:14 +0300
commitdaf4ec39a5613d277706f0f559e074a06df2a23c (patch)
tree0cab879a034c67779f7bf395e69c4eaa0f957808 /pkgs/os-specific/linux/disk-indicator
parent9cd797ff269efc749563547b24e68a241f11932c (diff)
downloadnixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.gz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.bz2
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.lz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.xz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.zst
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.zip
fix: add missing versions
Diffstat (limited to 'pkgs/os-specific/linux/disk-indicator')
-rw-r--r--pkgs/os-specific/linux/disk-indicator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/disk-indicator/default.nix b/pkgs/os-specific/linux/disk-indicator/default.nix
index 11c1e7ee8a2..406492db236 100644
--- a/pkgs/os-specific/linux/disk-indicator/default.nix
+++ b/pkgs/os-specific/linux/disk-indicator/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchgit, libX11 }:
 
 stdenv.mkDerivation {
-  name = "disk-indicator";
+  name = "disk-indicator-2014-05-19";
 
   src = fetchgit {
     url = git://github.com/MeanEYE/Disk-Indicator.git;