mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 16:07:47 +00:00
narrowlink: 0.2.5 -> 0.2.6
This commit is contained in:
parent
47ea5bd487
commit
a80e806f4c
@ -9,16 +9,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "narrowlink";
|
||||
version = "0.2.5";
|
||||
version = "0.2.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "narrowlink";
|
||||
repo = "narrowlink";
|
||||
rev = version;
|
||||
hash = "sha256-Ro5SfcuKy0JqSwh2HbYisE9I4BTP4o7qjEA3fU3pAuw=";
|
||||
hash = "sha256-O66eihqSxwvrUfJj+VMrs7Vfndz2LPKQEnH7BDljvUg=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-XHbgwqvzfnpbu2h8rbI8XsL+og0gkjQzhHzME6crmZg=";
|
||||
cargoHash = "sha256-LqPfgnN1J/OMAPsaBg9c5YSPbEDhOOOSujLthwIK79U=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
rustPlatform.bindgenHook
|
||||
|
Loading…
Reference in New Issue
Block a user