Commit 99b0cc81 authored by R. RyanTM's avatar R. RyanTM
Browse files

poptracker: 0.34.0 -> 0.35.0

parent b10875c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "poptracker";
  version = "0.34.0";
  version = "0.35.0";

  src = fetchFromGitHub {
    owner = "black-sliver";
    repo = "PopTracker";
    tag = "v${finalAttrs.version}";
    hash = "sha256-4sdwW4P+5Y+JHy2dU55Fobedh0toXoU6pIWTN294GMc=";
    hash = "sha256-2lSucUTisiKxYlluVzVccfU83toSN5FelE+KdD77gq8=";
    fetchSubmodules = true;
  };