Skip to content

Commit

Permalink
docuum: 0.24.0 -> 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and mkg20001 committed Jun 19, 2024
1 parent d62d2c6 commit 354a172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/do/docuum/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "docuum";
version = "0.24.0";
version = "0.25.0";

src = fetchFromGitHub {
owner = "stepchowfun";
repo = "docuum";
rev = "v${version}";
hash = "sha256-/30wuLnCcomgJ14c5rNbitD1dEpvyRal3L60gQdZPBU=";
hash = "sha256-nWd6h39jU1eZWPFMxhxActsmrs9k0TDMlealuzTa+o0=";
};

cargoHash = "sha256-BvZM0tAgwoOO0VFQEoifgmENnW3cfKV3Zj872/Lki6A=";
cargoHash = "sha256-uoQ1qUII6TSZsosAdNfs2CREVuN2kuT9Bmi5vuDT/rY=";

checkFlags = [
# fails, no idea why
Expand Down

0 comments on commit 354a172

Please sign in to comment.