Skip to content

Commit 50b621f

Browse files
Merge pull request #60 from firecat53/main
Update Nix flake for 1.2.1
2 parents 4a70af4 + 35d82ea commit 50b621f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "newt - A tunneling client for Pangolin";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
66
};
77

88
outputs =
@@ -27,11 +27,11 @@
2727
default = self.packages.${system}.pangolin-newt;
2828
pangolin-newt = pkgs.buildGoModule {
2929
pname = "pangolin-newt";
30-
version = "1.1.3";
30+
version = "1.2.1";
3131

3232
src = ./.;
3333

34-
vendorHash = "sha256-sTtiBBkZ9cuhWnrn2VG20kv4nzNFfdzP5p+ewESCjyM=";
34+
vendorHash = "sha256-Yc5IXnShciek/bKkVezkAcaq47zGiZP8vUHFb9p09LI=";
3535

3636
meta = with pkgs.lib; {
3737
description = "A tunneling client for Pangolin";

0 commit comments

Comments
 (0)