forgejo: 1.18.2-0 -> 1.18.2-1
This commit is contained in:
parent
6262935d09
commit
86d0c9f603
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "forgejo";
|
pname = "forgejo";
|
||||||
version = "1.18.2-0";
|
version = "1.18.2-1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
name = "${pname}-src-${version}.tar.gz";
|
name = "${pname}-src-${version}.tar.gz";
|
||||||
# see https://codeberg.org/forgejo/forgejo/releases
|
# see https://codeberg.org/forgejo/forgejo/releases
|
||||||
url = "https://codeberg.org/attachments/5d59ec04-9f29-4b32-a1ef-bec5c3132e26";
|
url = "https://codeberg.org/attachments/44ff6fcb-1515-4bba-85bf-3d3795ced2f7";
|
||||||
hash = "sha256-RLShwdx8geyFr1Jk5qDVbsEt2hCjdrwX0lNHea7P+pk=";
|
hash = "sha256-XSh17AwPtC+Y24lgjjXJzT/uBHg+0hWZ2RZ/eNF4mCY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "data" ];
|
outputs = [ "out" "data" ];
|
||||||
|
|
Loading…
Reference in a new issue