Unverified Commit 2607166f authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #331448 from r-ryantm/auto-update/progress-tracker

progress-tracker: 1.5.2 -> 1.6
parents 9e00db03 f4160d17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "progress-tracker";
  version = "1.5.2";
  version = "1.6";

  src = fetchFromGitHub {
    owner = "smolBlackCat";
    repo = "progress-tracker";
    rev = "v${finalAttrs.version}";
    hash = "sha256-SM68TPxCMmLELKuryx4jde9TeK4mxfSrZ+uE/lFdP7M=";
    hash = "sha256-uUw3+BJWRoCT1VH27SZBEBRsEbbpaP4IahKonfSOyeM=";
  };

  nativeBuildInputs = [