forked from mirrors/nixpkgs
admin-fe: 2022-09-10 -> 2023-02-11
This commit is contained in:
parent
507c66f5b1
commit
7cccc07ab2
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "admin-fe";
|
pname = "admin-fe";
|
||||||
version = "unstable-2022-09-10";
|
version = "unstable-2023-02-11";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "akkoma.dev";
|
domain = "akkoma.dev";
|
||||||
owner = "AkkomaGang";
|
owner = "AkkomaGang";
|
||||||
repo = "admin-fe";
|
repo = "admin-fe";
|
||||||
rev = "e094e12c3ecb540df839fdf20c5a03d10454fcad";
|
rev = "130c17808bc50269f8444612f4ab378a08cd5e43";
|
||||||
hash = "sha256-dqkW8p4x+5z1Hd8gp8V4+DsLm8EspVwPXDxtvlp1AIk=";
|
hash = "sha256-+ZU8J4rOyRMSZP+CUyLeOhRI2fKiw2s31coTYAoReWM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./deps.patch ];
|
patches = [ ./deps.patch ];
|
||||||
|
|
Loading…
Reference in a new issue