numberstation: 1.0.0 -> 1.0.1

https://git.sr.ht/~martijnbraam/numberstation/refs/1.0.1

+2 -2
+2 -2
pkgs/applications/misc/numberstation/default.nix
··· 15 15 16 16 python3.pkgs.buildPythonApplication rec { 17 17 pname = "numberstation"; 18 - version = "1.0.0"; 18 + version = "1.0.1"; 19 19 20 20 format = "other"; 21 21 ··· 23 23 owner = "~martijnbraam"; 24 24 repo = "numberstation"; 25 25 rev = version; 26 - sha256 = "1mr0rmm7hcyn8qr485h1ihbb5f581sab4fgvs7lhwy9lxsqk0r0l"; 26 + sha256 = "sha256-8q5cEpQRnevY98PKaTUW10bqRAr5NVG/rU24+nx27rw="; 27 27 }; 28 28 29 29 postPatch = ''