mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
gnome-frog: 1.5.2 -> 1.6.0
This commit is contained in:
parent
917ee0af83
commit
befac760b1
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gnome-frog";
|
pname = "gnome-frog";
|
||||||
version = "1.5.2";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TenderOwl";
|
owner = "TenderOwl";
|
||||||
repo = "Frog";
|
repo = "Frog";
|
||||||
tag = version;
|
tag = version;
|
||||||
sha256 = "sha256-Zu1xUGpjqpFiPQAAgaVYtnXI4jMtyywrJqn+38K5VHo=";
|
sha256 = "sha256-p1gqom9saNEIm6FXinEuIJtMGwjGfQx9uLpR2kb46Uw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue