boxxy: 0.7.0 -> 0.7.1

Diff: https://github.com/queer/boxxy/compare/v0.7.0...v0.7.1
This commit is contained in:
figsoda 2023-05-06 23:25:03 -04:00
parent e886f6d0a7
commit baae4c811e

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "boxxy"; pname = "boxxy";
version = "0.7.0"; version = "0.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "queer"; owner = "queer";
repo = "boxxy"; repo = "boxxy";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-QbXR79jmTlrqFlg5ZpXJXO/YljcCrwGrucRwASA5aK0="; hash = "sha256-cXEoY9+no+WSp/VbbKl6q/mV5+B5d54kuIRfTtQUFc4=";
}; };
cargoHash = "sha256-Mc6UjO3/XGIz25tHQFjRT/xf3KMfr/miiZDIR9lHnGY="; cargoHash = "sha256-PiX10Q3tYkVcbj3SX5MkaN1xQ/H7SCNpqTIgG+nJ6uo=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config