Commit 67a3eee9 authored by R. RyanTM's avatar R. RyanTM
Browse files

bdsync: 0.11.3 -> 0.11.4

parent 996e36a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "bdsync";
  version = "0.11.3";
  version = "0.11.4";

  src = fetchFromGitHub {
    owner = "rolffokkens";
    repo = "bdsync";
    rev = "v${version}";
    sha256 = "sha256-58yoF6s0WjH+1mTY7X5OX53YgcnDmGxoCR8Kvl6lP+A=";
    sha256 = "sha256-uvP26gdyIPC+IHxO5CYVuabfT4mnoWDOyaLTplYCW0I=";
  };

  nativeBuildInputs = [