##// END OF EJS Templates
nix: Update rhodecode testdata to recent version (0.7.0 -> 0.8.0)
Martin Bornhold -
r219:fe6f1cef default
parent child Browse files
Show More
@@ -210,8 +210,8 b' let'
210 210 rhodecode-testdata-src = sources.rhodecode-testdata or (
211 211 pkgs.fetchhg {
212 212 url = "https://code.rhodecode.com/upstream/rc_testdata";
213 rev = "v0.7.0";
214 sha256 = "0w3z0zn8lagr707v67lgys23sl6pbi4xg7pfvdbw58h3q384h6rx";
213 rev = "v0.8.0";
214 sha256 = "0hy1ba134rq2f9si85yx7j4qhc9ky0hjzdk553s3q026i7km809m";
215 215 });
216 216
217 217 # Apply all overrides and fix the final package set
General Comments 0
You need to be logged in to leave comments. Login now