oculante: 0.6.41 -> 0.6.58

This commit is contained in:
Daniel Nagy 2023-03-19 14:45:00 +01:00
parent 6b66352ef7
commit 72057a77f9
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671
2 changed files with 5448 additions and 3 deletions

File diff suppressed because it is too large Load diff

View file

@ -14,25 +14,27 @@
, stdenv
, gtk3
, darwin
, perl
}:
rustPlatform.buildRustPackage rec {
pname = "oculante";
version = "0.6.41";
version = "0.6.58";
src = fetchFromGitHub {
owner = "woelper";
repo = pname;
rev = version;
sha256 = "sha256-2pXfdR5KUD6IUasxyUptxLSLDcvJtwJwOmhHD3I7op8=";
sha256 = "sha256-Cs7f6RSOoZFOtQWH67l3A6kv/o2lN5NOn+BEasV03RU=";
};
cargoHash = "sha256-F/NKTsDRfoueVrwlq/RkBR6wNn79NiuT2InAR+XPbqw=";
cargoLock.lockFile = ./Cargo.lock;
nativeBuildInputs = [
cmake
pkg-config
nasm
perl
];
checkFlagsArray = [ "--skip=tests::net" ]; # requires network access