centerpiece: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-06-03 01:32:41 +00:00
parent df2577c6a4
commit 9946750788

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "centerpiece";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "friedow";
repo = "centerpiece";
rev = "v${version}";
hash = "sha256-I630XrmyRAjVxFvISo2eIUP3YmivZovnV89Xsx5OduY=";
hash = "sha256-1sKUGTBS9aTCQPuhkwv9fZ8F3N6yn98927fpp1e4fBU=";
};
cargoHash = "sha256-yvvMe1zBUREqRzp/0zYsu7AoXS9Jqq67DY5uMParhEs=";
cargoHash = "sha256-b7gI6Z5fiOA/Q2BbsmmGrKHgMzbICKPeK2i6YjlLnDo=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [