lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

gogs: 0.11.34 -> 0.11.53

cc @schneefux

+4 -4
+4 -4
pkgs/applications/version-management/gogs/default.nix
··· 7 7 8 8 buildGoPackage rec { 9 9 name = "gogs-${version}"; 10 - version = "0.11.34"; 10 + version = "0.11.53"; 11 11 12 12 src = fetchFromGitHub { 13 - owner = "gogits"; 13 + owner = "gogs"; 14 14 repo = "gogs"; 15 15 rev = "v${version}"; 16 - sha256 = "15xwcw3k7wbahdgp796gly79qkka21p7kvm84zfjgcsjjri0kdnz"; 16 + sha256 = "1icm4bawyic4ivzyspqc6qjv882gil8j923zrbylw3i4ifhlcdhd"; 17 17 }; 18 18 19 19 patches = [ ./static-root-path.patch ]; ··· 37 37 --prefix PATH : ${makeBinPath [ bash git gzip openssh ]} 38 38 ''; 39 39 40 - goPackagePath = "github.com/gogits/gogs"; 40 + goPackagePath = "github.com/gogs/gogs"; 41 41 42 42 meta = { 43 43 description = "A painless self-hosted Git service";