viddy: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 10:36:16 +10:00
parent ca165c0f7d
commit e743339918
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-V/x969wi5u5ND9QgJfc4vtI2t1G1ETlATzeqnpHMncc=";
};
vendorSha256 = "sha256-iSgFDTNeRPpCMxNqj2LhYV+6/eskGa58e+rT0Nhg+pE=";
vendorSha256 = "sha256-LtRHnZF0ynnIp77K9anljqq42BumXohDMwlU7hzSxZk=";
ldflags = [
"-s"

View file

@ -33916,7 +33916,9 @@ with pkgs;
vice = callPackage ../misc/emulators/vice { };
viddy = callPackage ../tools/misc/viddy { };
viddy = callPackage ../tools/misc/viddy {
buildGoModule = buildGo117Module;
};
ViennaRNA = callPackage ../applications/science/molecular-dynamics/viennarna { };