Merge pull request #311120 from r-ryantm/auto-update/protonplus

protonplus: 0.4.9 -> 0.4.10
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-13 02:41:19 +00:00 committed by GitHub
commit add7fad06c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [