Skip to content

Commit

Permalink
omekasy: 1.2.3 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 9, 2024
1 parent 8a4836d commit 14ff33b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/om/omekasy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "omekasy";
version = "1.2.3";
version = "1.3.1";

src = fetchFromGitHub {
owner = "ikanago";
repo = "omekasy";
rev = "v${version}";
hash = "sha256-oPhO+gRWrwgABc+gGXnIC519F5XVvewUHo2y54RoE4U=";
hash = "sha256-wI+xN6pyNoP4xknjHHDydHq275Gb1nyp7YtqmABlTBA=";
};

cargoHash = "sha256-6GjNn7FAcAihqNhPD18sUFe40ZQwXmFEQmoZNZL2trQ=";
cargoHash = "sha256-6CU2ff4o7Y3CmZSf/xs2SSGco2mu4oRLJYIciCld8zo=";

buildNoDefaultFeatures = stdenv.targetPlatform.isWasi;

Expand Down

0 comments on commit 14ff33b

Please sign in to comment.