Merge pull request #218100 from IndeedNotJames/forgejo

forgejo: 1.18.3-2 -> 1.18.5-0
This commit is contained in:
Nick Cao 2023-02-25 09:54:49 +08:00 committed by GitHub
commit 75be28501e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@
buildGoModule rec {
pname = "forgejo";
version = "1.18.3-2";
version = "1.18.5-0";
src = fetchurl {
name = "${pname}-src-${version}.tar.gz";
# see https://codeberg.org/forgejo/forgejo/releases
url = "https://codeberg.org/attachments/c1178655-1589-4afe-90a8-9f5f9f45bf4d";
hash = "sha256-k/yD2fBEByjj8ZastgRXKI1I4MzVlD8pbUCXwCo7UoQ=";
url = "https://codeberg.org/attachments/bb93c0c9-98c4-465c-bcff-e07ac3ee72a3";
hash = "sha256-jyaJ7W/K1Nn44ZhyJHZD+dKObU3hYx6mmDzvbvrR7gw=";
};
vendorHash = null;