Adam Stephens
2024-09-11 19:15:22 -04:00
parent 4e97f9fd26
commit a933509293
2 changed files with 625 additions and 417 deletions
+623 -415
View File
File diff suppressed because it is too large Load Diff
+2 -2
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";