Merge pull request #226195 from IndeedNotJames/forgejo
forgejo: 1.19.0-3 -> 1.19.1-0
This commit is contained in:
commit
9ff69ce0c8
1 changed files with 2 additions and 2 deletions
|
@ -25,11 +25,11 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "forgejo";
|
||||
version = "1.19.0-3";
|
||||
version = "1.19.1-0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://codeberg.org/forgejo/forgejo/releases/download/v${version}/forgejo-src-${version}.tar.gz";
|
||||
hash = "sha256-u27DDw3JUtVJ2nvkKfaGzpYP8bpRnwc1LUVra8Epkjc=";
|
||||
hash = "sha256-zoYEkUmJx7lt++2Rmjx/jgyZ2Y9uJH4k8VpD++My7mU=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
|
Loading…
Reference in a new issue