mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
db1162dce4
The upstream URLs unfortunately aren't canonical, so let's have a sources.nix which contains the release IDs used by the upstream sites to associate a version of a particular package. We're then going to create an updater script which should update the sources.nix from there on. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
12 lines
432 B
Nix
12 lines
432 B
Nix
{
|
|
gwenhywfar.version = "4.15.3";
|
|
gwenhywfar.sha256 = "0fp67s932x66xfljb26zbrn8ambbc5y5c3hllr6l284nr63qf3ka";
|
|
gwenhywfar.releaseId = "201";
|
|
libchipcard.version = "5.0.4";
|
|
libchipcard.sha256 = "0fj2h39ll4kiv28ch8qgzdbdbnzs8gl812qnm660bw89rynpjnnj";
|
|
libchipcard.releaseId = "200";
|
|
aqbanking.version = "5.6.10";
|
|
aqbanking.sha256 = "1x0isvpk43rq2zlyyb9p0kgjmqv7yq07vgkiprw3f5sjkykvxw6d";
|
|
aqbanking.releaseId = "206";
|
|
}
|