mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nix-weather: 0.0.3 -> 0.0.4
changelog: https://git.fem.gg/cafkafk/nix-weather/releases/tag/v0.0.4 Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
ba84283181
commit
9a64284ea4
@ -13,7 +13,7 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "nix-weather";
|
||||
version = "0.0.3";
|
||||
version = "0.0.4";
|
||||
|
||||
# fetch from GitHub and not upstream forgejo because cafkafk doesn't want to
|
||||
# pay for bandwidth
|
||||
@ -21,10 +21,10 @@ rustPlatform.buildRustPackage rec {
|
||||
owner = "cafkafk";
|
||||
repo = "nix-weather";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-deVgDYYIv5SyKrkPAfPgbmQ/n4hYSrK2dohaiR5O0QE=";
|
||||
hash = "sha256-15FUA4fszbAVXop3IyOHfxroyTt9/SkWZsSTUh9RtwY=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-QJybGxqOJid1D6FTy7lvrakkB/Ss3P3JnXtU1UlGlW0=";
|
||||
cargoHash = "sha256-vMeljXNWfFRyeQ4ZQ/Qe1vcW5bg5Y14aEH5HgEwOX3Q=";
|
||||
cargoExtraArgs = "-p nix-weather";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user