homesick: init at 1.1.3 (close #12465)

This commit is contained in:
Aaron Schif
2016-01-24 17:22:13 +01:00
committed by Vladimír Čunát
parent 3a9983b45d
commit 9aac99ccb0
6 changed files with 65 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
homesick = {
version = "1.1.3";
source = {
type = "gem";
sha256 = "1pqsnbykisc6qamkz1gcbgis4az95sggxfdkq9v5hjr1a46q0s91";
};
};
thor = {
version = "0.19.1";
source = {
type = "gem";
sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
};
};
}