unconvert: unstable-2020-02-28 -> unstable-2022-09-18
This commit is contained in:
parent
ec26b85a34
commit
57cd3071e8
2 changed files with 5 additions and 8 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "unconvert";
|
pname = "unconvert";
|
||||||
version = "unstable-2020-02-28";
|
version = "unstable-2022-09-18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mdempsky";
|
owner = "mdempsky";
|
||||||
repo = "unconvert";
|
repo = "unconvert";
|
||||||
rev = "95ecdbfc0b5f3e65790c43c77874ee5357ad8a8f";
|
rev = "3f84926d692329767c21c2aef3dfb7889c956832";
|
||||||
sha256 = "sha256-jC2hbpGJeW9TBWIWdeLeGaoNdsm/gOKY4oaDsO5Fwlw=";
|
sha256 = "sha256-vcRHriFCT5b8SKjtRSg+kZDcCAKySC1cKVq+FMZb+9M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-HmksSYA4974w+J/7PkMKEkXEfIkldj+kVywvsfLgE38=";
|
vendorSha256 = "sha256-p77mLvGtohmC8J+bqqkM5kqc1pMPcFx7GhXOZ4q4jeM=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
|
|
|
@ -22330,10 +22330,7 @@ with pkgs;
|
||||||
|
|
||||||
umockdev = callPackage ../development/libraries/umockdev { };
|
umockdev = callPackage ../development/libraries/umockdev { };
|
||||||
|
|
||||||
unconvert = callPackage ../development/tools/unconvert {
|
unconvert = callPackage ../development/tools/unconvert { };
|
||||||
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
|
|
||||||
buildGoModule = buildGo117Module;
|
|
||||||
};
|
|
||||||
|
|
||||||
uncover = callPackage ../tools/security/uncover { };
|
uncover = callPackage ../tools/security/uncover { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue