Commit e58876b5 authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

firefoxpwa: 2.12.0 -> 2.12.1

(cherry picked from commit 4e5a485d)
parent 0b1b49a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

rustPlatform.buildRustPackage rec {
  pname = "firefoxpwa";
  version = "2.12.0";
  version = "2.12.1";

  src = fetchFromGitHub {
    owner = "filips123";
    repo = "PWAsForFirefox";
    rev = "v${version}";
    hash = "sha256-T2X+41ScE8FDZGJdgAjZCp1MQX51UACuNsWFk+6cR3A=";
    hash = "sha256-0Yyd0mJK/eDallg9ERimvZIRCOTeDkzeAVUfDeNP928=";
  };

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