summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-12-13 15:48:54 +0100
committermakefu <github@syntax-fehler.de>2016-12-13 15:48:54 +0100
commitc7f2a0d7d99c8e7aa0145fc033ddab1678a103d9 (patch)
tree718418e59947e4e4836c5ab520121690b6c99216 /krebs
parent5f103b3f254d0c5c2b08dd29f2538df75b9a0f86 (diff)
k 5 rutorrent: bump rev
Diffstat (limited to 'krebs')
-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 5a2259552..1084e7ce7 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" ];