forgejo: 1.18.2-0 -> 1.18.2-1

This commit is contained in:
Izorkin 2023-01-23 13:50:02 +03:00
parent 6262935d09
commit 86d0c9f603
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -14,13 +14,13 @@
buildGoPackage rec {
pname = "forgejo";
version = "1.18.2-0";
version = "1.18.2-1";
src = fetchurl {
name = "${pname}-src-${version}.tar.gz";
# see https://codeberg.org/forgejo/forgejo/releases
url = "https://codeberg.org/attachments/5d59ec04-9f29-4b32-a1ef-bec5c3132e26";
hash = "sha256-RLShwdx8geyFr1Jk5qDVbsEt2hCjdrwX0lNHea7P+pk=";
url = "https://codeberg.org/attachments/44ff6fcb-1515-4bba-85bf-3d3795ced2f7";
hash = "sha256-XSh17AwPtC+Y24lgjjXJzT/uBHg+0hWZ2RZ/eNF4mCY=";
};
outputs = [ "out" "data" ];