Unverified Commit 4d69954e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

protonplus: 0.5.9 -> 0.5.12 (#427107)

parents 1bc0a335 0c850ee8
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.5.9";
  version = "0.5.12";

  src = fetchFromGitHub {
    owner = "Vysp3r";
    repo = "protonplus";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Ss+9p6mQQNYcY+5gAD1CtM+TpNRC/kVqV8fmfowydBk=";
    hash = "sha256-SarSM4AJB1LyENm/TG1VPdItZpsx0tgjfx+YhLKP+LA=";
  };

  nativeBuildInputs = [