Skip to content

Commit

Permalink
Merge pull request #149198 from r-ryantm/auto-update/ripasso-cursive
Browse files Browse the repository at this point in the history
ripasso-cursive: 0.5.1 -> 0.5.2
  • Loading branch information
stigtsp authored Dec 7, 2021
2 parents 47af83a + 2f9c355 commit 0eb5088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/ripasso/cursive.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

with rustPlatform;
buildRustPackage rec {
version = "0.5.1";
version = "0.5.2";
pname = "ripasso-cursive";

src = fetchFromGitHub {
owner = "cortex";
repo = "ripasso";
rev = "release-${version}";
sha256 = "1jx6qv7skikl1ap3g1r34rkz4ab756kra7dgwwv45vl2fb6x74k4";
sha256 = "sha256-De/xCDzdRHCslD0j6vT8bwjcMTf5R8KZ32aaB3i+Nig=";
};

patches = [ ./fix-tests.patch ];

cargoSha256 = "1li1gmcs7lnjr4qhzs0rrgngdcxy1paiibjwk9zx2rrs71021cgk";
cargoSha256 = "sha256-ZmHzxHV4uIxPlLkkOLJApPNLo0GGVj9EopoIwi/j6DE=";

cargoBuildFlags = [ "-p ripasso-cursive" ];

Expand Down

0 comments on commit 0eb5088

Please sign in to comment.