Skip to content

Commit

Permalink
crystalline: 0.14.0 -> 0.14.1 (#345835)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 7, 2024
2 parents 13c6652 + 412213e commit 120c204
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:

let
version = "0.14.0";
version = "0.14.1";
in
crystal.buildCrystalPackage {
pname = "crystalline";
Expand All @@ -17,7 +17,7 @@ crystal.buildCrystalPackage {
owner = "elbywan";
repo = "crystalline";
rev = "v${version}";
hash = "sha256-NTuI9sYprX6lu/nfHU4U9bEks6EHlXz/L4yQJ5j3XvA=";
hash = "sha256-Z5gEuyK3MeFaIuzr+SdZ6dphSGEqL4fQ+cOwDW1Y3go=";
};

format = "crystal";
Expand Down

0 comments on commit 120c204

Please sign in to comment.