3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204932 from figsoda/selene

selene: 0.22.0 -> 0.23.0
This commit is contained in:
figsoda 2022-12-07 21:17:21 -05:00 committed by GitHub
commit c4d68c8bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "selene";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "kampfkarren";
repo = pname;
rev = version;
sha256 = "sha256-6DbWz4u4mbW/aSDpaLxP4bG14gHxMGc4A8zMTVH/vj0=";
sha256 = "sha256-z1jefnWtaV97kq7CpfKsnFOgLHXDBonsmZTfUKJ4VIM=";
};
cargoSha256 = "sha256-6dYXGxDNiLzpyZCmF2OJl2HAFyzJeAeQpEfaIZBBJD8=";
cargoSha256 = "sha256-TjkileWGB7ocBJPGh2Bm1ucigwL4j/uXgIOAonPHjbA=";
nativeBuildInputs = lib.optional robloxSupport pkg-config;