Skip to content

Commit

Permalink
nix-weather: 0.0.3 -> 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cafkafk committed Sep 13, 2024
1 parent ba84283 commit 9a64284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ni/nix-weather/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@

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
src = fetchFromGitHub {
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 ];
Expand Down

0 comments on commit 9a64284

Please sign in to comment.