boxxy: 0.6.3 -> 0.6.4

Diff: https://github.com/queer/boxxy/compare/v0.6.3...v0.6.4
This commit is contained in:
figsoda 2023-04-23 14:58:43 -04:00
parent 70c68b131c
commit 2d248b0978

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "boxxy";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "queer";
repo = "boxxy";
rev = "v${version}";
hash = "sha256-c1AZz5WwSie0lenH0LoPOvR4VWd7pYd59WWmjFn6HiQ=";
hash = "sha256-OUnvjn58jVMg4wYwoSMsqQvy5yveF+KeRjkjvB1W/Q4=";
};
cargoHash = "sha256-840W5wyOV+nTr9HzftOUlUwZ1JRe7+FWTG4Q2L+yCXM=";
cargoHash = "sha256-UhtxvEK3hknBdLS1eOlEPng+THoPuhYGIFhYz4LpF5E=";
nativeBuildInputs = [
pkg-config