Skip to content

Commit

Permalink
firefoxpwa: 2.12.4 -> 2.12.5 (#345250)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Sep 29, 2024
2 parents 01df3c1 + 497561b commit 51a8ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fi/firefoxpwa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

rustPlatform.buildRustPackage rec {
pname = "firefoxpwa";
version = "2.12.4";
version = "2.12.5";

src = fetchFromGitHub {
owner = "filips123";
repo = "PWAsForFirefox";
rev = "v${version}";
hash = "sha256-VNCQUF/Xep/PkrNd9Mzbm3NWPToqXpJM6SzDoqBXbNY=";
hash = "sha256-WAAZ35AkKzufhDm8RNTpSsGJjqCIm84THEOmXemvv2o=";
};

sourceRoot = "${src.name}/native";
Expand Down

0 comments on commit 51a8ed1

Please sign in to comment.