mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
13 lines
346 B
Nix
13 lines
346 B
Nix
{ fetchpatch }:
|
|
{
|
|
hash = "sha256-tGuAS0lZvoYb+TvmCklQ8TADZhbm4w/lhdI0ycS4/0o=";
|
|
version = "0.6.0";
|
|
vendorHash = "sha256-+WmgLOEBJ/7GF596iiTgyTPxn8l+hE6RVqjLKfCi5rs=";
|
|
patches = [
|
|
(fetchpatch {
|
|
url = "https://github.com/lxc/incus/pull/529.patch";
|
|
hash = "sha256-2aaPrzW/LVJidWeom0rqYOGpT2gvuV1yHLJN/TwQ1fk=";
|
|
})
|
|
];
|
|
}
|