File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ni/nix-weather Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414rustPlatform . 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 ] ;
You can’t perform that action at this time.
0 commit comments