your-editor: 1203 -> 1206 (#145241)
Co-authored-by: figsoda <figsoda@pm.me>
This commit is contained in:
parent
03a257e5a3
commit
8f6a049920
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "your-editor";
|
pname = "your-editor";
|
||||||
version = "1203";
|
version = "1206";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kammerdienerb";
|
owner = "kammerdienerb";
|
||||||
repo = "yed";
|
repo = "yed";
|
||||||
rev = "608418f2037dc4ef5647e69fcef45302c50f138c";
|
rev = "6cdd99fe1359899b26d8967bd376fd5caa5451eb";
|
||||||
sha256 = "KqK2lcDTn91aCFJIDg+h+QsTrl7745So5aiKCxPkeh4=";
|
sha256 = "0XECSolW/xPXd1v3sv9HbJMWuHGnwCOwmHoPNCUsE+w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue