Loading pkgs/by-name/bi/binsider/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ }: rustPlatform.buildRustPackage rec { pname = "binsider"; version = "0.2.1"; version = "0.3.0"; src = fetchFromGitHub { owner = "orhun"; repo = "binsider"; rev = "v${version}"; hash = "sha256-FNaYMp+vrFIziBzZ8//+ppq7kwRjBJypqsxg42XwdEs="; hash = "sha256-k40mnDRbvwWJmcT02aVWdwwEiDCuL4hQnvnPitrW8qA="; }; cargoHash = "sha256-ZoZbhmUeC63IZ5kNuACfRaCsOicZNUAGYABSpCkUCXA="; cargoHash = "sha256-hysp7AeYJ153AC0ERcrRzf4ujmM+V9pgAxOvOlG/2aE="; buildNoDefaultFeatures = !stdenv.hostPlatform.isLinux; Loading Loading
pkgs/by-name/bi/binsider/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ }: rustPlatform.buildRustPackage rec { pname = "binsider"; version = "0.2.1"; version = "0.3.0"; src = fetchFromGitHub { owner = "orhun"; repo = "binsider"; rev = "v${version}"; hash = "sha256-FNaYMp+vrFIziBzZ8//+ppq7kwRjBJypqsxg42XwdEs="; hash = "sha256-k40mnDRbvwWJmcT02aVWdwwEiDCuL4hQnvnPitrW8qA="; }; cargoHash = "sha256-ZoZbhmUeC63IZ5kNuACfRaCsOicZNUAGYABSpCkUCXA="; cargoHash = "sha256-hysp7AeYJ153AC0ERcrRzf4ujmM+V9pgAxOvOlG/2aE="; buildNoDefaultFeatures = !stdenv.hostPlatform.isLinux; Loading