sketchybar: 2.16.3 -> 2.17.0
This commit is contained in:
parent
b3597a7a43
commit
a4054b4916
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "sketchybar";
|
pname = "sketchybar";
|
||||||
version = "2.16.3";
|
version = "2.17.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FelixKratz";
|
owner = "FelixKratz";
|
||||||
repo = "SketchyBar";
|
repo = "SketchyBar";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-PCAGIcO7lvIAEFXlJn/e9zG5kxvDABshxFbu/bXWX7o=";
|
hash = "sha256-FntWC180wpUyxP5iYdo/p2LbP0dbv1y6CXersfBT5b4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue