Skip to content

Commit

Permalink
Merge pull request #74695 from r-ryantm/auto-update/yadm
Browse files Browse the repository at this point in the history
yadm: 1.12.0 -> 2.0.1
  • Loading branch information
ryantm committed Dec 2, 2019
2 parents 0804fd6 + 7bc842b commit e81af52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/yadm/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, git, gnupg }:

let version = "1.12.0"; in
let version = "2.0.1"; in
stdenv.mkDerivation {
pname = "yadm";
inherit version;
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "TheLocehiliosan";
repo = "yadm";
rev = version;
sha256 = "0873jgks7dpfkj5km1jchxdrhf7lia70p0f8zsrh9p4crj5f4pc6";
sha256 = "0knz2p0xyid65z6gdmjqfcqljqilxhqi02v4n6n4akl2i12kk193";
};

dontConfigure = true;
Expand Down

0 comments on commit e81af52

Please sign in to comment.