Skip to content

Commit bc34261

Browse files
authored
gearlever: 2.0.6 -> 2.0.7 (#340749)
2 parents b49f260 + 173ffd6 commit bc34261

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/by-name/ge/gearlever/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@
1616
appimage-run,
1717
gtk4,
1818
bintools,
19+
libnotify,
1920
}:
2021

2122
python3Packages.buildPythonApplication rec {
2223
pname = "gearlever";
23-
version = "2.0.6";
24+
version = "2.0.7";
2425
pyproject = false; # Built with meson
2526

2627
src = fetchFromGitHub {
2728
owner = "mijorus";
2829
repo = "gearlever";
29-
rev = version;
30-
hash = "sha256-+JuF0SL+2yVgkKPItt9Vq6SLcnxaMSWxIeVhY9XLX28=";
30+
rev = "refs/tags/${version}";
31+
hash = "sha256-Zp0w6ZJFRV5IANF0sY/n8jqgG+3h9J2eV/dUP+we8PY=";
3132
};
3233

3334
postPatch =
@@ -79,6 +80,7 @@ python3Packages.buildPythonApplication rec {
7980
desktop-file-utils # update-desktop-database
8081
gtk4.dev # gtk4-launch
8182
bintools # readelf
83+
libnotify # notify-send
8284
]
8385
}"
8486
];

0 commit comments

Comments
 (0)