Skip to content

Commit

Permalink
espanso: 0.7.0 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Sep 4, 2020
1 parent 9dc1d6a commit 84e2a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/espanso/default.nix
Expand Up @@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
pname = "espanso";
version = "0.7.0";
version = "0.7.1";

src = fetchFromGitHub {
owner = "federico-terzi";
repo = pname;
rev = "v${version}";
sha256 = "11xdnn1iwpx58s3wvjb6dkgfc6dzsblzb6fngc0np5vx8r2pccpg";
sha256 = "1yspycgmg7vwf4d86r6n24lvgn14aq73fl8sn00shxndramp46ib";
};

cargoSha256 = "1yjpqjfrixscg52yhalybgp734w3sdqg5hxka8ppcvz7lp3w5b1s";
cargoSha256 = "0g0xf8j4yjayl7a5sqxm3piiif1hc7ws3i7q8vi7dk8nk609pbxr";

nativeBuildInputs = [
extra-cmake-modules
Expand Down

0 comments on commit 84e2a0d

Please sign in to comment.