discourse: 2026.7.0 -> 2026.7.1

extremely minor update, only changed version and hash
This commit is contained in:
mtnash
2026-08-03 00:04:02 -04:00
parent 3bf1127648
commit 7191c8573c

View File

@@ -54,13 +54,13 @@
}:
let
version = "2026.7.0";
version = "2026.7.1";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-rp1s/8bCWsDc0Z0Ia6NysL6byAD/sTQmEHHXwN3uUkE=";
sha256 = "sha256-sGygaOCygtDVjg8uBGdDVaRouUKib8aAukaBAY8aQ9w=";
};
pnpm = pnpm_10;