Skip to content

Commit

Permalink
selene: 0.26.1 -> 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 29, 2024
1 parent f2c7ecb commit 16ed583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/selene/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "selene";
version = "0.26.1";
version = "0.27.1";

src = fetchFromGitHub {
owner = "kampfkarren";
repo = pname;
rev = version;
sha256 = "sha256-0imHwZNyhJXFai1J5tHqnQ6Ta10nETQ5TILGH0bHc8Y=";
sha256 = "sha256-NbVSFYv3nyEjSf0bFajcMaoWP2bS0EfJT8tDddjS7jg=";
};

cargoHash = "sha256-Lm3agCnxDxcj7op17uiokK8Y790oMxwHJStvP/9DsI0=";
cargoHash = "sha256-e3oQUFtgdjqPiB2YpmqnFUG2scmYJhLSpUaw0W6RxIk=";

nativeBuildInputs = lib.optionals robloxSupport [
pkg-config
Expand Down

0 comments on commit 16ed583

Please sign in to comment.