Skip to content

Commit

Permalink
ajour: 0.6.3 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Feb 2, 2021
1 parent c63f0ff commit 06309fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/games/ajour/default.nix
Expand Up @@ -34,16 +34,16 @@ let

in rustPlatform.buildRustPackage rec {
pname = "Ajour";
version = "0.6.3";
version = "0.7.0";

src = fetchFromGitHub {
owner = "casperstorm";
repo = "ajour";
rev = version;
sha256 = "080759j18pws5c8bmqn1bwvmlaq8k01kzj7bnwncwinl5j35mi2j";
sha256 = "1lwwj16q24k3d3vaj64zkai4cb15hxp6bzicp004q5az4gbriwih";
};

cargoSha256 = "1614lln5zh2j2np68pllwcqmywvzzmkj71b158fw2d98ijbi9lmw";
cargoSha256 = "17j6v796ahfn07yjj9xd9kygy0sllz93ac4gky8w0hcixdwjp3i5";

nativeBuildInputs = [
autoPatchelfHook
Expand Down

0 comments on commit 06309fa

Please sign in to comment.