mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
alloy6: 6.0.0 -> 6.2.0 (#413945)
This commit is contained in:
commit
ec62ae342c
1 changed files with 3 additions and 3 deletions
|
@ -71,12 +71,12 @@ in
|
|||
rec {
|
||||
alloy5 = generic {
|
||||
version = "5.1.0";
|
||||
sha256 = "02k9khs4k5nc86x9pp5k3vcb0kiwdgcin46mlap4fycnr673xd53";
|
||||
sha256 = "sha256-o7Q+jsmWeUeuotUQG9lrPE6w2B6z3Ju6QcyWSTScaQo=";
|
||||
};
|
||||
|
||||
alloy6 = generic {
|
||||
version = "6.0.0";
|
||||
sha256 = "sha256-rA7mNxcu0DWkykMyfV4JwFmQqg0HOIcwjjD4jCRxNww=";
|
||||
version = "6.2.0";
|
||||
sha256 = "sha256-a4wctbyTvt/HxhQ1xOGrbmiKJC3HAqOUYo2amAHtt40=";
|
||||
};
|
||||
|
||||
alloy = alloy5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue