rewaita: 1.0.5 -> 1.0.8

R. Ryantm 89c2d61f 18dcbe9f

+2 -2
+2 -2
pkgs/by-name/re/rewaita/package.nix
··· 16 16 nix-update-script, 17 17 }: 18 18 let 19 - version = "1.0.5"; 19 + version = "1.0.8"; 20 20 in 21 21 python3Packages.buildPythonApplication { 22 22 pname = "rewaita"; ··· 27 27 owner = "SwordPuffin"; 28 28 repo = "Rewaita"; 29 29 tag = "v${version}"; 30 - hash = "sha256-Q4HUly78liI0OfmD9llR+00qUKE+mioeNE0TIypCB9k="; 30 + hash = "sha256-T1MrSg3DO6U/ztX4LYB1Uhpne+7xAfr8+INV5CyS0eE="; 31 31 }; 32 32 33 33 postPatch = ''