countryfetch: 0.1.9 -> 0.2.0 (#413914)

This commit is contained in:
Felix Bargfeldt 2025-06-04 17:09:17 +02:00 committed by GitHub
commit 1e8ab31df1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,20 +10,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "countryfetch";
version = "0.1.9";
version = "0.2.0";
src = fetchFromGitHub {
owner = "nik-rev";
repo = "countryfetch";
tag = "v${finalAttrs.version}";
hash = "sha256-KdFgY54vXLmq6IZfJzZ1IeZ2eQuNJoCRZUV3rVuPpcY=";
hash = "sha256-povKd1Y/2Mi+6yJd9+RsJ4F19/wvXvBOK2Jgbs4UnP0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-XJI9k/5hdak8p0/J/x9u6lqJu/DIbX93Wwm3LALkAAw=";
cargoHash = "sha256-0ZBhRheJGapPqVieXbIpoboVV4RLXan042u5SSgrYQk=";
env = {
RUSTC_BOOTSTRAP = 1;
OPENSSL_NO_VENDOR = true;
};