lol

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

protonplus: 0.4.9 -> 0.4.10

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
add7fad0 83c38d36

+2 -2
+2 -2
pkgs/by-name/pr/protonplus/package.nix
··· 20 20 }: 21 21 stdenv.mkDerivation (finalAttrs: { 22 22 pname = "protonplus"; 23 - version = "0.4.9"; 23 + version = "0.4.10"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "Vysp3r"; 27 27 repo = "protonplus"; 28 28 rev = "v${finalAttrs.version}"; 29 - hash = "sha256-rYGUKOVQHYaUzQZaVas5zy26xv2NchcqZ7YvTmejb20="; 29 + hash = "sha256-dKhGXpsBCZBNNJRAjzSvP0B/3DbS9wRdhTS4WL2NZjE="; 30 30 }; 31 31 32 32 nativeBuildInputs = [