Skip to content

Commit 1271e82

Browse files
Merge pull request #197 from water-sucks/fix-nix-flake
fix(nix): use new version number, update deps hash
2 parents 3f4f4fa + 24c6edf commit 1271e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
inherit (pkgs) lib;
2626

2727
# Update version when releasing
28-
version = "1.6.0";
28+
version = "1.6.1";
2929
in
3030
{
3131
default = self.packages.${system}.pangolin-newt;
@@ -35,7 +35,7 @@
3535
inherit version;
3636
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
3737

38-
vendorHash = "sha256-Jbu0pz+okV4N9MHUXLcTqSr3s/k5OVZ09hNuS/+4LFY=";
38+
vendorHash = "sha256-krxkfH+4z0rgmFi8OyCzWIrxU5Rpb7gjtGcn3LnZCig=";
3939

4040
env = {
4141
CGO_ENABLED = 0;

0 commit comments

Comments
 (0)