Unverified Commit 6f64b9f3 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

firefoxpwa: 2.16.0 -> 2.17.0 (#448884)

parents c9352dac 4e5b7d0d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,19 +29,19 @@

rustPlatform.buildRustPackage rec {
  pname = "firefoxpwa";
  version = "2.16.0";
  version = "2.17.0";

  src = fetchFromGitHub {
    owner = "filips123";
    repo = "PWAsForFirefox";
    rev = "v${version}";
    hash = "sha256-kFhnlWiNCbs0arJfQRRWubnIrdXKrwyJNLAN1KlDHoc=";
    hash = "sha256-GKK5PYWSO+rWtuZuHgDQx3V7f8bEX8JHvvFK8sQRli4=";
  };

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

  cargoHash = "sha256-3o/Ub452PbiicmgyW6z9BP2PaECfFYN+Tx24/Go2N2M=";
  cargoHash = "sha256-aV6Wvv+GzPLsWtdsS3ki82ju1Fh4IgFnIOF4OTEV7uQ=";

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