Skip to content

Commit 5d38c83

Browse files
authored
firefoxpwa: 2.13.2 -> 2.13.3 (#375871)
2 parents ef317dd + 8ac7956 commit 5d38c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fi/firefoxpwa/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828

2929
rustPlatform.buildRustPackage rec {
3030
pname = "firefoxpwa";
31-
version = "2.13.2";
31+
version = "2.13.3";
3232

3333
src = fetchFromGitHub {
3434
owner = "filips123";
3535
repo = "PWAsForFirefox";
3636
rev = "v${version}";
37-
hash = "sha256-0VHuS507uQXaRRYjaJ9uPh1bhPrxA6PQa/x5o4IE78U=";
37+
hash = "sha256-u6zKB5+P/f3qM5Sqmhk2ts1AhgRN8Oq877uKQuJ6Uao=";
3838
};
3939

4040
sourceRoot = "${src.name}/native";
4141
buildFeatures = [ "immutable-runtime" ];
4242

4343
useFetchCargoVendor = true;
44-
cargoHash = "sha256-UxUXXF13YyS+ViEsjjfuNinq7n4W28J+fZsy/WeV6Dc=";
44+
cargoHash = "sha256-23XTb+gAN0D67llZj8Er43cFfhLSdEA6X6V6Ds1rvV8=";
4545

4646
preConfigure = ''
4747
sed -i 's;version = "0.0.0";version = "${version}";' Cargo.toml

0 commit comments

Comments
 (0)