Skip to content

Commit

Permalink
forgejo: fix FOD hashes
Browse files Browse the repository at this point in the history
This is a follow-up to e1c3885, which
touched the `src.rev` but did not update the FOD hashes accordingly.

This went unnoticed for multiple weeks, which is a huge issue, because
this renders the security `src.rev` bump ineffictive.
  • Loading branch information
emilylange committed Apr 7, 2024
1 parent 4f348e0 commit 3206d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/forgejo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ buildGoModule rec {
# https://codeberg.org/forgejo/forgejo/pulls/2443
# https://codeberg.org/forgejo/forgejo/commit/2fe5f6f73283c2f6935ded62440a1f15ded12dcd
rev = "2fe5f6f73283c2f6935ded62440a1f15ded12dcd";
hash = "sha256-s+hYFpgQ6MJgQBRW3Ze7BIjvsc765D5sAcrtO/wmIgo=";
hash = "sha256-qk30Sixd4G9ivkpC1c9IAjCkSNU2ohzDPL9WSyQ6NIw=";
};

vendorHash = "sha256-dgtZjsLBwblhdge3BvdbK/mN/TeZKps9K5dJbqomtjo=";
vendorHash = "sha256-HDKirjQI4KvHvzDCqKe9nHvQUv3VNRl5tkr0rO7gcAY=";

subPackages = [ "." ];

Expand Down

0 comments on commit 3206d85

Please sign in to comment.