mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
yadm: 2.0.1 -> 2.3.0
This commit is contained in:
parent
f79e10061f
commit
111046404a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, git, gnupg }:
|
{ stdenv, fetchFromGitHub, git, gnupg }:
|
||||||
|
|
||||||
let version = "2.0.1"; in
|
let version = "2.3.0"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "yadm";
|
pname = "yadm";
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "TheLocehiliosan";
|
owner = "TheLocehiliosan";
|
||||||
repo = "yadm";
|
repo = "yadm";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0knz2p0xyid65z6gdmjqfcqljqilxhqi02v4n6n4akl2i12kk193";
|
sha256 = "1by21dh48qbi33wlyyvdwz7ac1lxrblzcr5v7hlnc4cbcgvgs1a0";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user