firefoxpwa: 2.12.3 -> 2.12.4 (#342962)

This commit is contained in:
Adam C. Stephens 2024-09-19 07:39:46 -04:00 committed by GitHub
commit 268bb5090a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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