outline: 0.85.0 -> 0.85.1

This commit is contained in:
R. Ryantm
2025-07-13 20:14:19 +00:00
parent cdeba33c9d
commit 7fd85e60a7

View File

@@ -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 = [