-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grafana-10.1.0.linux-amd64.tar.gz: hash changed #251713
Comments
It looks like this has been fixed on master under #251479 |
Temporary workaround until the fix is merged: services.grafana = {
package = (pkgs.grafana.override {
buildGoModule = args: pkgs.buildGoModule (args // {
srcStatic = pkgs.fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-10.1.0.linux-amd64.tar.gz";
hash = "sha256-QFRahjDyL7BNikK2cCsFLfu4/odDbkCxplf6f7yCezE=";
};
});
}); |
Sorry about this! Grafana's whole process for packaging and releasing has sort of grown into this amalgamous thing that has changed hands quite a lot over the years. In our effort to replace it with something more reproducible, we had to make a few hotfixes and re-deploy the 10.1.0 release a few times. I don't think any of us knew that there was an expectation that the If there's an interest in producing this tarball from source, we've made it a lot easier using https://github.com/grafana/grafana-build. Thanks! |
@kminehart We could also use suffices which SemVer considers void to have a different tarball name. 10.1.0.1 would also be an option. While SemVer deliberately does not support subpatches Grafana's build system supports them. |
Describe the bug
from the nixpkgs I was using:
https://dl.grafana.com/oss/release/grafana-10.1.0.linux-amd64.tar.gz
Checking on another machine:
This seems odd, wanted to call it out in case there's a more concerning issue at hand.
The text was updated successfully, but these errors were encountered: