Skip to content

Commit

Permalink
crystalline: 0.14.0 -> 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 2, 2024
1 parent 8b83275 commit 412213e
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 412213e

Please sign in to comment.