summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorPascal Wittmann <PascalWittmann@gmx.net>2017-03-25 21:06:48 +0100
committerGitHub <noreply@github.com>2017-03-25 21:06:48 +0100
commit80b7cdfb311875428627114e23558ab781da50d1 (patch)
treed627041b32d26c1ad21c9b03122f4f16b0a949eb /pkgs/applications/version-management
parent7b706900e7dd3ec55eb46a366f0bc47858fb7633 (diff)
parentfb292118f88e1681aa3cb3fac6780286b3e210be (diff)
downloadnixlib-80b7cdfb311875428627114e23558ab781da50d1.tar
nixlib-80b7cdfb311875428627114e23558ab781da50d1.tar.gz
nixlib-80b7cdfb311875428627114e23558ab781da50d1.tar.bz2
nixlib-80b7cdfb311875428627114e23558ab781da50d1.tar.lz
nixlib-80b7cdfb311875428627114e23558ab781da50d1.tar.xz
nixlib-80b7cdfb311875428627114e23558ab781da50d1.tar.zst
nixlib-80b7cdfb311875428627114e23558ab781da50d1.zip
Merge pull request #24276 from jluttine/yadm-1.07
yadm: 1.05 -> 1.07
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/yadm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/yadm/default.nix b/pkgs/applications/version-management/yadm/default.nix
index f87d81bd8fb8..6587b25ef94a 100644
--- a/pkgs/applications/version-management/yadm/default.nix
+++ b/pkgs/applications/version-management/yadm/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, fetchFromGitHub }:
 
-let version = "1.05"; in
+let version = "1.07"; in
 stdenv.mkDerivation {
   name = "yadm-${version}";
 
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
     owner  = "TheLocehiliosan";
     repo   = "yadm";
     rev    = "${version}";
-    sha256 = "11bqgz28qzgb3iz8xvda9z0mh5r1a9m032pqm772ypiixsfz8hdd";
+    sha256 = "0kkxrvw17pmrx1dq0dq53jb9pm545firakrxc48znfw54n2036fw";
   };
 
   buildCommand = ''