gobby: unstable-2020-12-29 -> 0.6.0
This commit is contained in:
parent
2e29d7105d
commit
c90bed57e3
@ -4,15 +4,15 @@
|
||||
|
||||
let
|
||||
libinf = libinfinity.override { gtkWidgets = true; inherit avahiSupport; };
|
||||
in stdenv.mkDerivation {
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "gobby";
|
||||
version = "unstable-2020-12-29";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gobby";
|
||||
repo = "gobby";
|
||||
rev = "49bfd3c3aa82e6fe9b3d59c3455d7eb4b77379fc";
|
||||
sha256 = "1p2f2rid7c0b9gvmywl3r37sxx57wv3r1rxvs1rwihmf9rkqnfxg";
|
||||
rev = "v${version}";
|
||||
sha256 = "06cbc2y4xkw89jaa0ayhgh7fxr5p2nv3jjs8h2xcbbbgwaw08lk0";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake pkg-config intltool itstool yelp-tools wrapGAppsHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user