Merge pull request #54017 from jonafato/fix-seafile-shared-version
Update seafile-shared hash
This commit is contained in:
commit
368b72a71d
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
|
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System";
|
description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "haiwen";
|
owner = "haiwen";
|
||||||
repo = "seafile";
|
repo = "seafile";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "18gnri8zpgaxcfg08lwzlrkc4zmqszdjg930vy4q8ixggh6jywjf";
|
sha256 = "1bl22dmbl9gbavwxqbxfzq838k7aiv8ihgyr8famj9954xy7b7qn";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];
|
nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user