Skip to content

Commit

Permalink
v0.3.2-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneWeird committed Dec 20, 2024
1 parent a385d18 commit 82fb311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
outputs = { self, nixpkgs, nixos-generators,... } @ inputs: let
# Both of these MUST be updated to successfully build a new
# release, otherwise nix will silently cache things.
dbxRelease = "v0.3.1-beta";
nurPackagesHash = "d532765fa6057f2fa146b34f0fcd648737b87bed";
dbxRelease = "v0.3.2-beta.3";
nurPackagesHash = "4e3a0c35aef994e3ec5516ccbb7c202a0cb8fb27";

developmentMode = builtins.getEnv "dev" == "1";

Expand Down

0 comments on commit 82fb311

Please sign in to comment.