Skip to content

Commit 9a64284

Browse files
committed
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 <[email protected]>
1 parent ba84283 commit 9a64284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ni/nix-weather/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "nix-weather";
16-
version = "0.0.3";
16+
version = "0.0.4";
1717

1818
# fetch from GitHub and not upstream forgejo because cafkafk doesn't want to
1919
# pay for bandwidth
2020
src = fetchFromGitHub {
2121
owner = "cafkafk";
2222
repo = "nix-weather";
2323
rev = "v${version}";
24-
hash = "sha256-deVgDYYIv5SyKrkPAfPgbmQ/n4hYSrK2dohaiR5O0QE=";
24+
hash = "sha256-15FUA4fszbAVXop3IyOHfxroyTt9/SkWZsSTUh9RtwY=";
2525
};
2626

27-
cargoHash = "sha256-QJybGxqOJid1D6FTy7lvrakkB/Ss3P3JnXtU1UlGlW0=";
27+
cargoHash = "sha256-vMeljXNWfFRyeQ4ZQ/Qe1vcW5bg5Y14aEH5HgEwOX3Q=";
2828
cargoExtraArgs = "-p nix-weather";
2929

3030
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)