Unverified Commit 1c32b7a1 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

poptracker: 0.29.0 -> 0.30.1 (#377486)

parents 4b0e103b 68ba25d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "poptracker";
  version = "0.29.0";
  version = "0.30.1";

  src = fetchFromGitHub {
    owner = "black-sliver";
    repo = "PopTracker";
    rev = "v${finalAttrs.version}";
    hash = "sha256-rkEaq8YLt0NhspXVgEqZ/9FF7GDlTU5fKgWGXeA6UX4=";
    hash = "sha256-U1C0vwHcUfjBPGLcmmWFqaKmIMPlV/FumIbFJ6JDBFc=";
    fetchSubmodules = true;
  };