mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
forgejo: 13.0.1 -> 13.0.2
Changelog: https://codeberg.org/forgejo/forgejo/releases/tag/v13.0.2
(cherry picked from commit 816edb5552)
This commit is contained in:
committed by
emilylange
parent
989ca3326f
commit
0671f442a4
@@ -11,7 +11,7 @@
|
||||
{
|
||||
bash,
|
||||
brotli,
|
||||
buildGoModule,
|
||||
buildGo125Module,
|
||||
forgejo,
|
||||
git,
|
||||
gzip,
|
||||
@@ -52,7 +52,7 @@ let
|
||||
'';
|
||||
};
|
||||
in
|
||||
buildGoModule rec {
|
||||
buildGo125Module rec {
|
||||
pname = "forgejo" + lib.optionalString lts "-lts";
|
||||
|
||||
inherit
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import ./generic.nix {
|
||||
version = "13.0.1";
|
||||
hash = "sha256-P8ZIBV0pVo3cn9Yroe67Bt+/7KEdz/gBGSypmUz5V2g=";
|
||||
version = "13.0.2";
|
||||
hash = "sha256-5am/WiRo+ma2ArhnKxQ6cpFl2q7R4g4UwtdnSY/+RIM=";
|
||||
npmDepsHash = "sha256-7WjcMsKPtKUWJfDrJc65ZXq2tjK8+8DnqwINj+0XyiQ=";
|
||||
vendorHash = "sha256-PHItbU27d9ouykUlhr9owylMpF+3wz2vc8c0UTR1RVU=";
|
||||
lts = false;
|
||||
|
||||
Reference in New Issue
Block a user