Skip to content

Commit

Permalink
mastodon: fix rev
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Oct 30, 2023
1 parent a0ae210 commit cfbc8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/mastodon/source.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "${version}";
rev = "v${version}";
hash = "sha256-xpE/mg2AeioW6NThUjLS+SBxGavG4w1xtp3BOMADfYo=";
};
patches = [];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/mastodon/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ applyPatches {
src = fetchFromGitHub {
owner = "$OWNER";
repo = "$REPO";
rev = "\${version}";
rev = "v\${version}";
hash = "$HASH";
};
patches = [$PATCHES];
Expand Down

0 comments on commit cfbc8b5

Please sign in to comment.