summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2016-12-23 18:38:37 +0100
committerlassulus <lass@lassul.us>2016-12-23 18:38:37 +0100
commitacb2f0b0427b5437c02bd976aacb45ce71508fe4 (patch)
tree663cf250e7a8e0f84636d043ff13281ff28d27a7 /krebs/5pkgs
parentb8975f6ed4cde4af3e72f0f83624221ee6351885 (diff)
parentaf3a7e67e3d4505a35c78bc327f76b280d90e60d (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r--krebs/5pkgs/rutorrent/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/krebs/5pkgs/rutorrent/default.nix b/krebs/5pkgs/rutorrent/default.nix
index 5a225955..1084e7ce 100644
--- a/krebs/5pkgs/rutorrent/default.nix
+++ b/krebs/5pkgs/rutorrent/default.nix
@@ -1,11 +1,11 @@
{ pkgs, ... }:
pkgs.stdenv.mkDerivation {
- name = "rutorrent-src-3.7";
+ name = "rutorrent-src_2016-12-09";
src = pkgs.fetchFromGitHub {
owner = "Novik";
repo = "rutorrent";
- rev = "b727523a153454d4976f04b0c47336ae57cc50d5";
- sha256 = "0s5wa0jnck781amln9c2p4pc0i5mq3j5693ra151lnwhz63aii4a";
+ rev = "580bba8c538b55c1f75f3ad65310ff4ff2a153f7";
+ sha256 = "1d9lgrzipy58dnx88z393p152kx6lki0x4aw40k8w9awsci4cx7p";
};
phases = [ "installPhase" ];