Merge pull request #290134 from r-ryantm/auto-update/oculante

oculante: 0.8.7 -> 0.8.8
This commit is contained in:
Nick Cao 2024-02-20 09:08:24 -05:00 committed by GitHub
commit 6629b62d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,16 +22,16 @@
rustPlatform.buildRustPackage rec {
pname = "oculante";
version = "0.8.7";
version = "0.8.8";
src = fetchFromGitHub {
owner = "woelper";
repo = "oculante";
rev = version;
hash = "sha256-49reMm9woxekJUqHq7biHvlYii9BmLvq6u9RFkASpUw=";
hash = "sha256-LfMun9eG/76wqm2SADYIjWXOHbCl5yikkdK2FoavSWY=";
};
cargoHash = "sha256-93J0/INcQEvu14pPZeLRfwKECeEGcsch9hUZ0IjYivM=";
cargoHash = "sha256-UALmfUD0+n4d/oYDgeX5mStOYw7QRftfCIE3AKezrQQ=";
nativeBuildInputs = [
cmake