mastodon: fix rev

This commit is contained in:
Weijia Wang
2023-10-30 15:56:15 +01:00
parent a0ae210253
commit cfbc8b5d0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "${version}";
rev = "v${version}";
hash = "sha256-xpE/mg2AeioW6NThUjLS+SBxGavG4w1xtp3BOMADfYo=";
};
patches = [];
+1 -1
View File
@@ -90,7 +90,7 @@ applyPatches {
src = fetchFromGitHub {
owner = "$OWNER";
repo = "$REPO";
rev = "\${version}";
rev = "v\${version}";
hash = "$HASH";
};
patches = [$PATCHES];