Skip to content

Commit

Permalink
hedgedoc: 1.9.8 -> 1.9.9 (NixOS#246259)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and WilliButz committed Aug 1, 2023
1 parent 81a8190 commit 6a4da7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/web-apps/hedgedoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}:

let
version = "1.9.8";
version = "1.9.9";

src = fetchFromGitHub {
owner = "hedgedoc";
repo = "hedgedoc";
rev = version;
hash = "sha256-gp1TeYHwH7ffaSMifdURb2p+U8u6Xs4JU4b4qACEIDw=";
hash = "sha256-6eKTgEZ+YLoSmPQWBS95fJ+ioIxeTVlT+moqslByPPw=";
};

# we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles
Expand All @@ -42,7 +42,7 @@ let
'';

outputHashMode = "recursive";
outputHash = "sha256-/jsBFGH/rYSovidmvIf7xpuHpxdW8QFYC08PNi38LH8=";
outputHash = "sha256-Ga+tl4oZlum43tdfez1oWGMHZAfyePGl47S+9NRRvW8=";
};

in stdenv.mkDerivation {
Expand Down

0 comments on commit 6a4da7a

Please sign in to comment.