about summary refs log tree commit diff
path: root/pkgs/games/the-butterfly-effect/default.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2011-02-06 14:13:31 +0000
committerMichael Raskin <7c6f434c@mail.ru>2011-02-06 14:13:31 +0000
commit9391f9819c486e393235672c143a4edb84062760 (patch)
tree037343625e8c9f65066056512d479f59fb32a4d9 /pkgs/games/the-butterfly-effect/default.nix
parent9fdd9203917b032f4a80f743571ee2fb40f79bbc (diff)
downloadnixlib-9391f9819c486e393235672c143a4edb84062760.tar
nixlib-9391f9819c486e393235672c143a4edb84062760.tar.gz
nixlib-9391f9819c486e393235672c143a4edb84062760.tar.bz2
nixlib-9391f9819c486e393235672c143a4edb84062760.tar.lz
nixlib-9391f9819c486e393235672c143a4edb84062760.tar.xz
nixlib-9391f9819c486e393235672c143a4edb84062760.tar.zst
nixlib-9391f9819c486e393235672c143a4edb84062760.zip
Update tbe - multiple fixes
svn path=/nixpkgs/trunk/; revision=25782
Diffstat (limited to 'pkgs/games/the-butterfly-effect/default.nix')
-rw-r--r--pkgs/games/the-butterfly-effect/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/games/the-butterfly-effect/default.nix b/pkgs/games/the-butterfly-effect/default.nix
index 1181591f28fc..bd1885f9bd95 100644
--- a/pkgs/games/the-butterfly-effect/default.nix
+++ b/pkgs/games/the-butterfly-effect/default.nix
@@ -12,11 +12,11 @@ let
     (builtins.attrNames (builtins.removeAttrs x helperArgNames));
   sourceInfo = rec {
     baseName="tbe";
-    revision="1316";
+    revision="1319";
     version="r${revision}";
     name="${baseName}-${version}";
     url="https://tbe.svn.sourceforge.net/svnroot/tbe/trunk";
-    hash="0ag1nl4yf42ixwaly93fg2kcry71nrfq54z4w556qfh0i44fhcvd";
+    hash="e9a7c24f0668ba2f36c472c1d05238fa7d9ed2150d99ce8a927285d099cc0f7f";
   };
 in
 rec {
@@ -57,6 +57,7 @@ rec {
     license = "GPLv2";
   };
   passthru = {
+    inherit srcDrv;
     updateInfo = {
       downloadPage = "http://sourceforge.net/projects/tbe/files/";
     };