mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
kile-wl: 2021-06-01 -> 2021-06-24
This commit is contained in:
parent
2d03841467
commit
1e93147662
@ -2,20 +2,20 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "kile-wl";
|
pname = "kile-wl";
|
||||||
version = "unstable-2021-06-01";
|
version = "unstable-2021-06-24";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "snakedye";
|
owner = "snakedye";
|
||||||
repo = "kile";
|
repo = "kile";
|
||||||
rev = "28235f85ece148e7010c5d6ac088688100a18e04";
|
rev = "6a306b0b5af0f250135eb88e0e72a5038fccd6a8";
|
||||||
sha256 = "sha256-UTfYYywOwa728zLkLWQaz6wN0TM/4OzbHQGedjdHGSI=";
|
sha256 = "sha256-DznIDzI5rNrlKJdXjpOpsLL8IO6tuIvW0pNdRN8N6Go=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = unstableGitUpdater {
|
passthru.updateScript = unstableGitUpdater {
|
||||||
url = "https://gitlab.com/snakedye/kile.git";
|
url = "https://gitlab.com/snakedye/kile.git";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-dzOkiZYHQu5AuwkbWEtIJAyZ1TNIGYkfz+S3q6K384w=";
|
cargoSha256 = "sha256-LFRqhgvziQ7a8OWRzXqNIfziP6bRHTe2oF55N09rFy8=";
|
||||||
|
|
||||||
nativeBuildInputs = [ scdoc ];
|
nativeBuildInputs = [ scdoc ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user