rewaita: 1.0.5 -> 1.0.8

R. Ryantm 89c2d61f 18dcbe9f

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