Loading pkgs/by-name/cn/cntb/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ }: buildGoModule rec { pname = "cntb"; version = "1.5.3"; version = "1.5.4"; src = fetchFromGitHub { owner = "contabo"; repo = "cntb"; rev = "v${version}"; hash = "sha256-mGbGtn7/xB4zbBA8OeyMB2ntW4T+BCMZd/xybXWgoQE="; hash = "sha256-4QS1fkXVcGxhZDPRLDc0xKl4jr8W4og/Qf591i3gzxk="; # docs contains two files with the same name but different cases, # this leads to a different hash on case insensitive filesystems (e.g. darwin) # https://github.com/contabo/cntb/issues/34 Loading @@ -22,7 +22,7 @@ buildGoModule rec { subPackages = [ "." ]; vendorHash = "sha256-NugvPGuHKuDJVq8Ii/WY1WigxCzC9TJEZJk70k5ifzM="; vendorHash = "sha256-LOGSllVQ28bXaqHXEv1Zd1vcTRZTZ5wy+gSQv1JWKMU="; ldflags = [ "-X contabo.com/cli/cntb/cmd.version=${src.rev}" Loading Loading
pkgs/by-name/cn/cntb/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ }: buildGoModule rec { pname = "cntb"; version = "1.5.3"; version = "1.5.4"; src = fetchFromGitHub { owner = "contabo"; repo = "cntb"; rev = "v${version}"; hash = "sha256-mGbGtn7/xB4zbBA8OeyMB2ntW4T+BCMZd/xybXWgoQE="; hash = "sha256-4QS1fkXVcGxhZDPRLDc0xKl4jr8W4og/Qf591i3gzxk="; # docs contains two files with the same name but different cases, # this leads to a different hash on case insensitive filesystems (e.g. darwin) # https://github.com/contabo/cntb/issues/34 Loading @@ -22,7 +22,7 @@ buildGoModule rec { subPackages = [ "." ]; vendorHash = "sha256-NugvPGuHKuDJVq8Ii/WY1WigxCzC9TJEZJk70k5ifzM="; vendorHash = "sha256-LOGSllVQ28bXaqHXEv1Zd1vcTRZTZ5wy+gSQv1JWKMU="; ldflags = [ "-X contabo.com/cli/cntb/cmd.version=${src.rev}" Loading