Commit 1b1ab2db authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

btrbk: 0.32.4 -> 0.32.5

parent b43682ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@

stdenv.mkDerivation rec {
  pname = "btrbk";
  version = "0.32.4";
  version = "0.32.5";

  src = fetchurl {
    url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
    sha256 = "zGWdHrQZwBtMZ58gcnpj5eZksIwbCRIiz1qwif9ihto=";
    sha256 = "8f5AkWgCFteMeQPYKn+P+V6Ypb6x0f/bK6UpOovDn7Q=";
  };

  nativeBuildInputs = [ asciidoctor makeWrapper ];