Unverified Commit 63a07ef0 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

protonplus: 0.5.17 -> 0.5.19 (#510864)

parents 0f540172 744cdf47
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.17";
  version = "0.5.19";

  src = fetchFromGitHub {
    owner = "Vysp3r";
    repo = "protonplus";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RusqseGVmHw9mWerKo1ooGRx1WZqWhaBPTpcqZsQ7ME=";
    hash = "sha256-tE5qOga63dvbs9J9EX8XahzTZQVT+7T6+TsGPAiLbio=";
  };

  nativeBuildInputs = [