codevis: 0.8.2 -> 0.8.3

Diff: https://github.com/sloganking/codevis/compare/v0.8.2...v0.8.3
This commit is contained in:
figsoda 2023-05-11 14:28:52 -04:00
parent 6c0935d466
commit 9efbcc5aa2

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "codevis"; pname = "codevis";
version = "0.8.2"; version = "0.8.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sloganking"; owner = "sloganking";
repo = "codevis"; repo = "codevis";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-K5rPeWP5xO46dvMaJ/bPvop5jKV6xEXF+iGzfKWWDvA="; hash = "sha256-J2cF0ELH9E05ZXRIZQU5qhU1taIorORtqIzq61hTHxQ=";
}; };
cargoHash = "sha256-M7EssXGbT1HuPmn2mf+xGrMNVzFigZy2DXeLMHPfUXM="; cargoHash = "sha256-9QRd/UWlaRTtTOjtBa2TzrxCNf/sBbKT3GUnr1Spw+g=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config