protonplus: 0.4.13 -> 0.4.20

This commit is contained in:
R. Ryantm 2024-10-07 10:41:06 +00:00
parent f85a2d005e
commit 9dbe1eb542

View File

@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "protonplus";
version = "0.4.13";
version = "0.4.20";
src = fetchFromGitHub {
owner = "Vysp3r";
repo = "protonplus";
rev = "v${finalAttrs.version}";
hash = "sha256-eIW30Tl/vOLXlUXiN3lAcww7Ipkfshzilb9ntxjF8C0=";
hash = "sha256-nnobk1N+r1tLekc8CLiAULsEQFjgzoQQvRz3F8vVjzU=";
};
nativeBuildInputs = [