protonplus: 0.4.30 -> 0.4.32

This commit is contained in:
R. Ryantm
2025-06-14 21:45:44 +09:00
committed by natsukium
parent 837578ab1e
commit 4de8222b75
+2 -2
View File
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "protonplus";
version = "0.4.31";
version = "0.4.32";
src = fetchFromGitHub {
owner = "Vysp3r";
repo = "protonplus";
tag = "v${finalAttrs.version}";
hash = "sha256-5UwgRvApKjMML5lx/UF7YHsXts4nQlg3GheAykN1f3E=";
hash = "sha256-5oabE5BR5PFDpxLu9Q9s0E18Aq45TQZA/+QFubfwiu0=";
};
nativeBuildInputs = [