Use SSH to clone repos, update rofi

This commit is contained in:
Erwin Boskma 2022-02-22 20:10:35 +01:00
parent e0c47cb5d7
commit 37cee70b91
Signed by: erwin
GPG key ID: 270B20D17394F7E5
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@
};
ha-now-playing = {
url = "git+https://@git.datarift.nl/erwin/ha-now-playing.git?ref=main";
url = "git+ssh://git@git.datarift.nl/erwin/ha-now-playing.git?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
inputs.naersk.follows = "naersk";
@ -57,7 +57,7 @@
};
pamedia = {
url = "git+https://git.datarift.nl/erwin/pamedia-rs.git?ref=main";
url = "git+ssh://git@git.datarift.nl/erwin/pamedia-rs.git?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
inputs.naersk.follows = "naersk";

View file

@ -2,7 +2,7 @@
with pkgs;
stdenv.mkDerivation rec {
pname = "rofi-wayland-unwrapped";
version = "1.7.0";
version = "1.7.3";
src = fetchFromGitHub {
owner = "lbonn";