firefoxpwa: 2.12.1 -> 2.12.3
https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.2 https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.3
This commit is contained in:
Generated
+623
-415
File diff suppressed because it is too large
Load Diff
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user