Unverified Commit cd9c1f2e authored by xanderio's avatar xanderio Committed by GitHub
Browse files

outline: 0.85.0 -> 0.85.1 (#424908)

parents 3257c711 7fd85e60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "outline";
  version = "0.85.0";
  version = "0.85.1";

  src = fetchFromGitHub {
    owner = "outline";
    repo = "outline";
    rev = "v${version}";
    hash = "sha256-xzZQ0+eJOznZWpApbh9SUGuA5XiLnbhQS0qBLrLfk9Y=";
    hash = "sha256-lErNsYzxqZYVl1MAQdMk062nBORjQGd3C+UbGbZMzvA=";
  };

  nativeBuildInputs = [