1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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";