solanum: unstable-2021-04-27 -> unstable-2021-11-14
This commit is contained in:
parent
7f8ebc6d42
commit
1143032da0
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "solanum";
|
pname = "solanum";
|
||||||
version = "unstable-2021-04-27";
|
version = "unstable-2021-11-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "solanum-ircd";
|
owner = "solanum-ircd";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "3ff5a12e75662e9a642f2a4364797bd361eb0925";
|
rev = "bd38559fedcdfded4d9acbcbf988e4a8f5057eeb";
|
||||||
sha256 = "14ywmfdv8cncbyg08y2qdis00kwg8lvhkcgj185is67smh0qf88f";
|
sha256 = "sha256-2P+mqf5b+TD9+9dLahXOdH7ZZhPWUoR1eV73YHbRbAA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue