Skip to content

Commit d492c8b

Browse files
committed
fix(nix): patch references to package.json from python (pt 2)
1 parent 44a3d85 commit d492c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/2-not-beta.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ index 1689140..ec4f56a 100644
3131
- BETA: bool = build_beta
3232
-
3333
- VERSION: str = config["version"] + "b" if BETA else config["version"]
34-
+BUILD = "%version%"
34+
+BUILD = "@version@"
3535
+BRANCH = "nixpkgs"
3636
+BETA = False
37-
+VERSION = "%version%"
37+
+VERSION = "@version@"

0 commit comments

Comments
 (0)