Merge pull request #276215 from r-ryantm/auto-update/rtfm

rtfm: 0.2.3 -> 0.2.4
This commit is contained in:
Nick Cao
2023-12-23 11:03:00 -05:00
committed by GitHub
+2 -2
View File
@@ -18,14 +18,14 @@ let
in
crystal.buildCrystalPackage rec {
pname = "rtfm";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "hugopl";
repo = "rtfm";
rev = "v${version}";
name = "rtfm";
hash = "sha256-ulv5US5EBBb0rK/Qaw8ZpHI4QwEQGlzscmAoe17946k=";
hash = "sha256-IfI7jYM1bsrCq2NiANv/SWkCjPyT/HYUofJMUYy0Sbk=";
};
patches = [