Commit 283e79f5 authored by R. RyanTM's avatar R. RyanTM
Browse files

rutorrent: 5.1.5 -> 5.1.6

parent e77c31fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rutorrent";
  version = "5.1.5";
  version = "5.1.6";

  src = fetchFromGitHub {
    owner = "Novik";
    repo = "ruTorrent";
    tag = "v${finalAttrs.version}";
    hash = "sha256-si/6iZMipfm18lrwjJvuL+vQco0l+HresUEv2gj1uRw=";
    hash = "sha256-XdPrl1yDcn/dFU4etacDmBAvs0kU/cJE4Ioy6q8+pig=";
  };

  installPhase = ''