Skip to content

Commit

Permalink
owmods-cli: 0.14.3 -> 0.15.0 (#369524)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 31, 2024
2 parents dc8a8cf + 0416604 commit a0dfa48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ow/owmods-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

rustPlatform.buildRustPackage rec {
pname = "owmods-cli";
version = "0.14.3";
version = "0.15.0";

src = fetchFromGitHub {
owner = "ow-mods";
repo = "ow-mod-man";
rev = "cli_v${version}";
hash = "sha256-ONvmTBF9y3NMQx1KgNhJt+0nV57xc9cLalpfDqrTSq0=";
hash = "sha256-rTANG+yHE8YfWYUyELoKgj4El+1ZW6vI9NkgADD40pw=";
};

cargoHash = "sha256-I4OX27LHpT5YYW6yEhX+sCuA8m0KZd/qud4xdEUzkyA=";
cargoHash = "sha256-qiimnkUDiFoz/68GYi0QTuYYBjowC01c3GSxUIMjNT4=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit a0dfa48

Please sign in to comment.