nimPackages.flatty: 0.2.3 -> 0.3.4

This commit is contained in:
R. Ryantm 2022-07-30 16:45:16 +00:00 committed by ehmry
parent 9d6f546b3e
commit 3adc55f325

View file

@ -2,13 +2,13 @@
buildNimPackage rec {
pname = "flatty";
version = "0.2.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "treeform";
repo = pname;
rev = version;
hash = "sha256-1tPLtnlGtE4SF5/ti/2svvYHpEy/0Za5N4YAOHFOyjA=";
hash = "sha256-ZmhjehmEJHm5qNlsGQvyYLajUdwhWt1+AtRppRrNtgA=";
};
doCheck = true;