firefoxpwa: 2.12.1 -> 2.12.3 (#341378)

This commit is contained in:
Masum Reza 2024-09-16 17:56:28 +05:30 committed by GitHub
commit 341399b667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 625 additions and 417 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,13 +28,13 @@
rustPlatform.buildRustPackage rec {
pname = "firefoxpwa";
version = "2.12.1";
version = "2.12.3";
src = fetchFromGitHub {
owner = "filips123";
repo = "PWAsForFirefox";
rev = "v${version}";
hash = "sha256-0Yyd0mJK/eDallg9ERimvZIRCOTeDkzeAVUfDeNP928=";
hash = "sha256-+dQr8eMOvCKt3ZEVU/EbEroVSpLQsBC+1Wix01IrOyc=";
};
sourceRoot = "${src.name}/native";