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

gnome-frog: 1.5.2 -> 1.6.0

parent 917ee0af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

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

  src = fetchFromGitHub {
    owner = "TenderOwl";
    repo = "Frog";
    tag = version;
    sha256 = "sha256-Zu1xUGpjqpFiPQAAgaVYtnXI4jMtyywrJqn+38K5VHo=";
    sha256 = "sha256-p1gqom9saNEIm6FXinEuIJtMGwjGfQx9uLpR2kb46Uw=";
  };

  format = "other";