Created
April 18, 2019 19:30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is autogenerated! Do not edit it yourself, use update-runtime.py for regeneration. | |
{ fetchurl }: | |
{ | |
amd64 = [ | |
rec { | |
name = "steamrt-legacy_1.20190320.0+srt1_amd64"; | |
sha256 = "1sw6pcl83nwfkal2gllq68zbrcqs7s6xn8mxxmmnpsrca0s5xv1m"; | |
url = "mirror://steamrt/pool/main/s/steamrt/steamrt-legacy_1.20190320.0+srt1_amd64.deb"; | |
source = fetchurl { | |
inherit url sha256; | |
name = "steamrt-legacy.deb"; | |
}; | |
} | |
rec { | |
name = "steamrt-libs_1.20190320.0+srt1_amd64"; | |
sha256 = "03a6p4dqwm07jr2r2mayjpv0v8cfrzfwmrbsf0qfh9qjbdbymi5x"; | |
url = "mirror://steamrt/pool/main/s/steamrt/steamrt-libs_1.20190320.0+srt1_amd64.deb"; | |
source = fetchurl { | |
inherit url sha256; | |
name = "steamrt-libs.deb"; | |
}; | |
} | |
]; | |
i386 = [ | |
rec { | |
name = "steamrt-legacy_1.20190320.0+srt1_i386"; | |
sha256 = "1bwcbynfmgnizljnyzifzidpvnmjw8i0ww7nmnc23cwhvp0b4v6n"; | |
url = "mirror://steamrt/pool/main/s/steamrt/steamrt-legacy_1.20190320.0+srt1_i386.deb"; | |
source = fetchurl { | |
inherit url sha256; | |
name = "steamrt-legacy.deb"; | |
}; | |
} | |
rec { | |
name = "steamrt-libs_1.20190320.0+srt1_i386"; | |
sha256 = "04cx1b2ch5bsrsxs9i4lxcmz7ad5464j7n541ad6sphngc5zgq5b"; | |
url = "mirror://steamrt/pool/main/s/steamrt/steamrt-libs_1.20190320.0+srt1_i386.deb"; | |
source = fetchurl { | |
inherit url sha256; | |
name = "steamrt-libs.deb"; | |
}; | |
} | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment