gogs: 0.9.13 -> 0.9.48

This commit is contained in:
Gabriel Ebner 2016-07-24 10:00:11 +02:00
parent f04de2e2cf
commit 23ff3d0dc0
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ nixpkgs ? import <nixpkgs> {} }: with nixpkgs;
stdenv.mkDerivation rec {
name = "gogs-${version}";
version = "0.9.13";
version = "0.9.48";
src = fetchzip {
url = "https://github.com/gogits/gogs/releases/download/v${version}/linux_amd64.zip";
sha256 = "0a645213np48y3y9acs8bjcsv3qi863n3q1a5w18ghj8c1i6249f";
sha256 = "1z00lqcz7nwbyavs1mwgsr9zjnqrjjmqvxy43p8gap768y45pvlb";
};
buildPhase = ''