Skip to content

Commit

Permalink
wthrr: 1.2.0 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 4, 2024
1 parent 4136524 commit d9716a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/wthrr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "wthrr";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "ttytm";
repo = "wthrr-the-weathercrab";
rev = "v${version}";
hash = "sha256-3bWO2Gl8/B2p4k/6QhlT46RvyMJJs7WkVcX35vWN2Fk=";
hash = "sha256-8o84FFdcEPRtbsxWCc97tTGGownxlhpIM71GiBRT6uM=";
};

cargoHash = "sha256-8Uy+8UpCQyLaLsulpgC1w2XI9aqj2P5ebBlXqpuDIc4=";
cargoHash = "sha256-gHvPz8DZ6wSfMCzh8vx7Wv8pfP3P7p5EeRCTo4b30cw=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit d9716a1

Please sign in to comment.