Alexander Sieg 2024-11-25 20:27:20 +01:00 committed by Cabia Rangris
parent 226216574a
commit a944e46c81

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "outline";
version = "0.81.0";
version = "0.81.1";
src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
hash = "sha256-PgRdIdk0VJHFa+rNRV4mlZ0A/jHmAg0O9td98y1itzw=";
hash = "sha256-P0JDkuEm5eeVwi0+C7uSytA2NPQXUgJEDxqPiJfRNvs=";
};
nativeBuildInputs = [ makeWrapper prefetch-yarn-deps fixup-yarn-lock ];