Update dtth-phanpy

This commit is contained in:
Natsu Kagami 2024-01-30 18:35:53 +01:00
parent 6c302bf948
commit 955e63b1e8
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 8 additions and 8 deletions

View file

@ -173,17 +173,17 @@
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1703687896,
"narHash": "sha256-7M6D/9UawWneUjmGRLJ78f9mkK4HEBoTDxyih082UcQ=",
"ref": "refs/heads/main",
"rev": "f2d2e63020527db1a5ed947b3eac5f4be60d0f6a",
"revCount": 2146,
"lastModified": 1706453774,
"narHash": "sha256-uUxN8ZHfTu2XGSOwwVej8Ou2ikNCSEiGFAHv+VcTWOM=",
"ref": "refs/heads/dtth-fork",
"rev": "f07236307abb34d4b1a56780d0dea10f70cf339a",
"revCount": 2250,
"type": "git",
"url": "ssh://gitea@git.dtth.ch/nki/phanpy"
"url": "ssh://gitea@git.dtth.ch/nki/phanpy?branch=dtth-fork"
},
"original": {
"type": "git",
"url": "ssh://gitea@git.dtth.ch/nki/phanpy"
"url": "ssh://gitea@git.dtth.ch/nki/phanpy?branch=dtth-fork"
}
},
"eza": {

View file

@ -36,7 +36,7 @@
url = github:natsukagami/mpd-mpris;
inputs.nixpkgs.follows = "nixpkgs";
};
dtth-phanpy.url = "git+ssh://gitea@git.dtth.ch/nki/phanpy";
dtth-phanpy.url = "git+ssh://gitea@git.dtth.ch/nki/phanpy?branch=dtth-fork";
conduit = {
url = gitlab:famedly/conduit/next;
inputs.nixpkgs.follows = "nixpkgs-unstable";