Unverified Commit c84e9acc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

profile-cleaner: 2.45 -> 2.46 (#486269)

parents 44d1e5ce 95896125
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "2.45";
  version = "2.46";
  pname = "profile-cleaner";

  src = fetchFromGitHub {
    owner = "graysky2";
    repo = "profile-cleaner";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-10e1S+li7SXKJX2lETSdx84GavWqQYQqyLoBIVToTBI=";
    sha256 = "sha256-gY6fmm6B6H7tg3xENnqaoy1QEMIf+a3k/C+JcnkyZwo=";
  };

  nativeBuildInputs = [ makeWrapper ];