mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
terraform.mkProvider: include rev in src
This invalidates fixed-input derivation after bumping a version.
This commit is contained in:
parent
a31f1abfb5
commit
9a6c54e28b
@ -32,6 +32,7 @@ let
|
||||
CGO_ENABLED = 0;
|
||||
ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=${rev}" ];
|
||||
src = fetchFromGitHub {
|
||||
name = "source-${rev}";
|
||||
inherit owner repo rev sha256;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user