summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-10-06 17:32:13 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-10-06 23:24:56 -0300
commit09faa681e7a4f1662433352aa10afaa59ca88f44 (patch)
treeccae12e3cfbf160df24769a8278330ff2fc5e882
parentcbqn: update version string (diff)
downloadnixpkgs-origin/update-version-strings.tar.gz
dbqn: update version formatorigin/update-version-strings
-rw-r--r--pkgs/development/interpreters/bqn/dzaima-bqn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/bqn/dzaima-bqn/default.nix b/pkgs/development/interpreters/bqn/dzaima-bqn/default.nix
index 4d5568667fe9..846d6a045a99 100644
--- a/pkgs/development/interpreters/bqn/dzaima-bqn/default.nix
+++ b/pkgs/development/interpreters/bqn/dzaima-bqn/default.nix
@@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "dbqn" + lib.optionalString buildNativeImage "-native";
- version = "0.0.0+unstable=2021-10-05";
+ version = "0.pre+unstable=2021-10-05";
src = fetchFromGitHub {
owner = "dzaima";