Commit e0ca236e authored by R. RyanTM's avatar R. RyanTM
Browse files

gnome-frog: 1.5.1 -> 1.5.2

parent 6e5af4a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

python3Packages.buildPythonApplication rec {
  pname = "gnome-frog";
  version = "1.5.1";
  version = "1.5.2";

  src = fetchFromGitHub {
    owner = "TenderOwl";
    repo = "Frog";
    rev = "refs/tags/${version}";
    sha256 = "sha256-zL6zuqHF1pTXT3l1mAFx2EL+0ThzjXfst/nEyNVorZg=";
    sha256 = "sha256-Zu1xUGpjqpFiPQAAgaVYtnXI4jMtyywrJqn+38K5VHo=";
  };

  format = "other";