Commit e453e9d3 authored by R. RyanTM's avatar R. RyanTM
Browse files

protonplus: 0.4.9 -> 0.4.10

parent 971c61f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [