Skip to content

Commit

Permalink
pay-respects: 0.6.10 -> 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ALameLlama committed Jan 19, 2025
1 parent 0e27fa3 commit 6b4c4cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/pay-respects/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "pay-respects";
version = "0.6.10";
version = "0.6.11";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "iff";
repo = "pay-respects";
rev = "v${version}";
hash = "sha256-cyd0MF5pxa3FhSUmjNtiIwAWrE0/rqtOm8dJxqdwPSk=";
hash = "sha256-4m8/sp6r2Xb2SsNcatMv0+mWHBx+XKD0LEzrEwuWIEA=";
};

cargoHash = "sha256-7j6rRCMazMFbPnzt4/0Lz1BDJP3xtq1ycb+41f2qhe0=";
cargoHash = "sha256-obuMixkXqWUuZFqs3mJyMpHx4RY70ZpE3H9GzqFmt6k=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 6b4c4cb

Please sign in to comment.