mastus: update gogs
This commit is contained in:
parent
a1a69219e9
commit
80a0b00072
@ -1,11 +1,11 @@
|
|||||||
{ nixpkgs ? import <nixpkgs> {} }: with nixpkgs;
|
{ nixpkgs ? import <nixpkgs> {} }: with nixpkgs;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gogs-${version}";
|
name = "gogs-${version}";
|
||||||
version = "0.6.9";
|
version = "0.7.33";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/gogits/gogs/releases/download/v${version}/linux_amd64.zip";
|
url = "https://github.com/gogits/gogs/releases/download/v${version}/linux_amd64.zip";
|
||||||
sha256 = "14aim9mww6ypz1y7n8x2vwbl98p6ga8l2z6b6ndmds5i6x3m3bxv";
|
sha256 = "0y8yn9z80knnlr05i4f2vbhdyvx0s5lsy1x1hmzlyd28aa2ksppv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user