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

oculante: 0.8.13 -> 0.8.16
This commit is contained in:
Weijia Wang 2024-03-17 01:51:47 +01:00 committed by GitHub
commit 360c6bf00e
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.13";
version = "0.8.16";
src = fetchFromGitHub {
owner = "woelper";
repo = "oculante";
rev = version;
hash = "sha256-RbRvV3OkRZXc0n7qGzqbBtbU81wFc+/Ohg9pbVqdsw4=";
hash = "sha256-C8USTDW5C+mjj/fr242is/42RpmUvcK3lUeaq0/BSGA=";
};
cargoHash = "sha256-qt4bHCHpiP6yOce9hquVVlLFF906ADwhss4xAP9E0fA=";
cargoHash = "sha256-w8k0QG509PRHHB1e4WThYnM6R0PwWMbSBxs2B0zQ0ww=";
nativeBuildInputs = [
cmake