Unverified Commit 1bd7802b authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

firefoxpwa: 2.12.5 -> 2.13.1 (#356344)

parents 69b30194 f608cba4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

rustPlatform.buildRustPackage rec {
  pname = "firefoxpwa";
  version = "2.12.5";
  version = "2.13.1";

  src = fetchFromGitHub {
    owner = "filips123";
    repo = "PWAsForFirefox";
    rev = "v${version}";
    hash = "sha256-WAAZ35AkKzufhDm8RNTpSsGJjqCIm84THEOmXemvv2o=";
    hash = "sha256-eZNbM2T7Owu11b7NHqHExm3MYF+LfMGOYKOhZRxjZ28=";
  };

  sourceRoot = "${src.name}/native";