firefoxpwa: 2.13.1 -> 2.13.2

https://github.com/filips123/PWAsForFirefox/releases/tag/v2.13.2
This commit is contained in:
Adam C. Stephens
2025-01-09 19:58:31 -05:00
parent 57150ec62e
commit aae679589d
2 changed files with 4 additions and 3604 deletions
File diff suppressed because it is too large Load Diff
+4 -9
View File
@@ -28,25 +28,20 @@
rustPlatform.buildRustPackage rec {
pname = "firefoxpwa";
version = "2.13.1";
version = "2.13.2";
src = fetchFromGitHub {
owner = "filips123";
repo = "PWAsForFirefox";
rev = "v${version}";
hash = "sha256-eZNbM2T7Owu11b7NHqHExm3MYF+LfMGOYKOhZRxjZ28=";
hash = "sha256-0VHuS507uQXaRRYjaJ9uPh1bhPrxA6PQa/x5o4IE78U=";
};
sourceRoot = "${src.name}/native";
buildFeatures = [ "immutable-runtime" ];
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"mime-0.4.0-a.0" = "sha256-LjM7LH6rL3moCKxVsA+RUL9lfnvY31IrqHa9pDIAZNE=";
"web_app_manifest-0.0.0" = "sha256-G+kRN8AEmAY1TxykhLmgoX8TG8y2lrv7SCRJlNy0QzA=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-UxUXXF13YyS+ViEsjjfuNinq7n4W28J+fZsy/WeV6Dc=";
preConfigure = ''
sed -i 's;version = "0.0.0";version = "${version}";' Cargo.toml