firefoxpwa: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm
2024-05-26 02:40:24 +00:00
parent b45ff4af4f
commit 4e5a485d6a
+2 -2
View File
@@ -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";