protonplus: 0.4.25 -> 0.4.27

This commit is contained in:
R. Ryantm
2025-03-17 23:41:46 +00:00
parent 83b4051e4e
commit c8ad8cb7ae
+2 -2
View File
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "protonplus";
version = "0.4.25";
version = "0.4.27";
src = fetchFromGitHub {
owner = "Vysp3r";
repo = "protonplus";
rev = "v${finalAttrs.version}";
hash = "sha256-IDEJ1/53fVq8FA58e3Fk/SPD8+xtXWLQr5IgNiim1jk=";
hash = "sha256-y6fqn02Ui5RbBy5oMeX5HPRHQDUYD2MphoubZxIwQI8=";
};
nativeBuildInputs = [