Commit ecd472d6 authored by R. RyanTM's avatar R. RyanTM
Browse files

wtfis: 0.12.0 -> 0.13.0

parent c148f7b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

let
  pname = "wtfis";
  version = "0.12.0";
  version = "0.13.0";
  src = fetchFromGitHub {
    owner = "pirxthepilot";
    repo = "wtfis";
    tag = "v${version}";
    hash = "sha256-LEqWfpRpxZEnlIw1bllqM27Xb3KTp7AhzU7Vpo686ak=";
    hash = "sha256-YEuj4WgRhAXMbYVcSy5eLH8284EGn3dtP2UEjXCA720=";
  };
in
python3.pkgs.buildPythonApplication {