Unverified Commit a900bad9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

bdsync: 0.11.3 -> 0.11.4 (#398246)

parents 96a52f77 67a3eee9
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 = [