Merge pull request #130524 from paranoidcat/yafetch
yafetch: unstable-2021-06-15 -> unstable-2021-07-18
This commit is contained in:
commit
6fbd8272fe
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "yafetch";
|
pname = "yafetch";
|
||||||
version = "unstable-2021-06-15";
|
version = "unstable-2021-07-18";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "cyberkitty";
|
owner = "cyberkitty";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "423a7d1f1ef8f0e4caf586710828620d3cb593e3";
|
rev = "f3efbca54df1ffea22cc40034114af141ccff9c1";
|
||||||
sha256 = "184yy7i8ca2fh6d1rxyhxi9gqb57fpz7ia0i56dl1zhg769m8b99";
|
sha256 = "1cxhrjy9vzq87rzql4dcknkwca7nydysp1p1x4fh1qfw79dfdmxw";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use the provided NixOS logo automatically
|
# Use the provided NixOS logo automatically
|
||||||
|
|
Loading…
Reference in a new issue