Unverified Commit ffa4e833 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #310849 from r-ryantm/auto-update/crystalline

crystalline: 0.12.2 -> 0.13.1
parents d5d4ab95 1c805577
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:

let
  version = "0.12.2";
  version = "0.13.1";
in
crystal.buildCrystalPackage {
  pname = "crystalline";
@@ -17,7 +17,7 @@ crystal.buildCrystalPackage {
    owner = "elbywan";
    repo = "crystalline";
    rev = "v${version}";
    hash = "sha256-9CXWw7Jye5XZzPdzz+Dnvyy7Wk1ENM0an8vOFrPbESA=";
    hash = "sha256-Exv83jmSyhJv90Oo4oApZwNgNjy7tOKxLNh7yJIbfws=";
  };

  format = "crystal";