Skip to content

Commit

Permalink
Merge pull request #327504 from NixOS/backport-327374-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] discourse: 3.2.3 -> 3.2.4
  • Loading branch information
mweinelt authored Jul 15, 2024
2 parents 732b4f3 + 8004217 commit 3fc8cda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/discourse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
}@args:

let
version = "3.2.3";
version = "3.2.4";

src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-ehv81trN8eG7QRAD5ERiSql6ZRCJK9cz6VOT9OzjZhg=";
sha256 = "sha256-bwYMLkBtdfgfAX8vKpsFRg5tpBtoaURKGF0rs/CtJ2U=";
};

ruby = ruby_3_2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-docs";
rev = "94c7b7da216c66d773f800a714493f087affaac9";
sha256 = "sha256-4ZPv42fw5YdJ3+QUGOh5CJMWkXoUVs4bTVd9zuFekQM=";
rev = "11dcab84669462b05eba3f1a59401727cafe8188";
sha256 = "sha256-zVzmEfaANwX24rMq91gom6XmhKsEGraWon8vJu8j7iY=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-docs";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/web-apps/discourse/update.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#! nix-shell -i python3 -p bundix bundler nix-update nurl "python3.withPackages (ps: with ps; [ requests click click-log packaging ])" prefetch-yarn-deps
#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ requests click click-log packaging ])" bundix bundler nix-update nurl prefetch-yarn-deps
from __future__ import annotations

import click
Expand Down

0 comments on commit 3fc8cda

Please sign in to comment.