about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/rocketbirds.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/rocketbirds.nix')
-rw-r--r--pkgs/games/humblebundle/rocketbirds.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/games/humblebundle/rocketbirds.nix b/pkgs/games/humblebundle/rocketbirds.nix
new file mode 100644
index 00000000..a57d1562
--- /dev/null
+++ b/pkgs/games/humblebundle/rocketbirds.nix
@@ -0,0 +1,11 @@
+{ stdenv, fetchHumbleBundle }:
+
+stdenv.mkDerivation rec {
+  name = "rocketbirds-${version}";
+  version = "20130917";
+
+  src = fetchHumbleBundle {
+    name = "Rocketbirds${version}.sh";
+    md5 = "7c5e6da4cd7fc7f2f51861f8b96a386f";
+  };
+}