File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/fi/firefoxpwa Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929rustPlatform . 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
You can’t perform that action at this time.
0 commit comments