protonplus: 0.4.9 -> 0.4.10

This commit is contained in:
R. Ryantm 2024-05-12 17:07:56 +00:00
parent 971c61f4d8
commit e453e9d3c6

View File

@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "protonplus";
version = "0.4.9";
version = "0.4.10";
src = fetchFromGitHub {
owner = "Vysp3r";
repo = "protonplus";
rev = "v${finalAttrs.version}";
hash = "sha256-rYGUKOVQHYaUzQZaVas5zy26xv2NchcqZ7YvTmejb20=";
hash = "sha256-dKhGXpsBCZBNNJRAjzSvP0B/3DbS9wRdhTS4WL2NZjE=";
};
nativeBuildInputs = [